Fix sra-spec main and types in package.json
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user