chore(api-docs): the api docs plugin should be published (#2051)

* chore(api-docs): the api docs plugin should be published

* chore: add missing @types/react dependency

* chore: move to dependency
This commit is contained in:
Oliver Sand
2020-08-20 21:01:13 +02:00
committed by GitHub
parent 753025de8f
commit 95596b8129
+1 -1
View File
@@ -4,7 +4,6 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
@@ -34,6 +33,7 @@
"react-dom": "^16.13.1",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^15.3.3",
"@types/react": "^16.9",
"swagger-ui-react": "^3.31.1"
},
"devDependencies": {