diff options
-rw-r--r-- | packages/sra-spec/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/sra-spec/package.json b/packages/sra-spec/package.json index 706f9f0aa..ccb7ccb71 100644 --- a/packages/sra-spec/package.json +++ b/packages/sra-spec/package.json @@ -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", |