Move proto-loader to dev deps temporarily

This commit is contained in:
Michael Lumish 2020-07-14 09:39:59 -07:00
parent a0b050aa0c
commit 25b2a27991
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,7 @@
"types": "build/src/index.d.ts", "types": "build/src/index.d.ts",
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@grpc/proto-loader": "^0.6.0-pre6",
"@types/gulp": "^4.0.6", "@types/gulp": "^4.0.6",
"@types/gulp-mocha": "0.0.32", "@types/gulp-mocha": "0.0.32",
"@types/lodash": "^4.14.108", "@types/lodash": "^4.14.108",
@ -57,7 +58,6 @@
"posttest": "npm run check" "posttest": "npm run check"
}, },
"dependencies": { "dependencies": {
"@grpc/proto-loader": "^0.6.0-pre6",
"semver": "^6.2.0" "semver": "^6.2.0"
}, },
"peerDependencies": { "peerDependencies": {