Fix sra-spec main
and types
in package.json
This commit is contained in:
parent
db54588d05
commit
3a5c6ed00f
@ -5,8 +5,8 @@
|
|||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
"description": "Standard Relayer API Open API Spec",
|
"description": "Standard Relayer API Open API Spec",
|
||||||
"main": "lib/src/index.js",
|
"main": "lib/index.js",
|
||||||
"types": "lib/src/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "redoc-cli serve lib/api.json --watch",
|
"serve": "redoc-cli serve lib/api.json --watch",
|
||||||
"watch_without_deps": "run-p build-json:watch serve",
|
"watch_without_deps": "run-p build-json:watch serve",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user