Fix sra-spec main and types in package.json

This commit is contained in:
Fabio Berger 2018-08-26 23:05:04 +01:00
parent db54588d05
commit 3a5c6ed00f

View File

@ -5,8 +5,8 @@
"node": ">=6.12"
},
"description": "Standard Relayer API Open API Spec",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"serve": "redoc-cli serve lib/api.json --watch",
"watch_without_deps": "run-p build-json:watch serve",