mirror of https://github.com/grpc/grpc-node.git
Merge pull request #561 from cjihrig/dep
grpc-js-core: make semver a prod dependency
This commit is contained in:
commit
e83f240f73
|
@ -20,7 +20,6 @@
|
||||||
"@types/node": "^10.5.4",
|
"@types/node": "^10.5.4",
|
||||||
"clang-format": "^1.0.55",
|
"clang-format": "^1.0.55",
|
||||||
"gts": "^0.5.1",
|
"gts": "^0.5.1",
|
||||||
"semver": "^5.5.0",
|
|
||||||
"typescript": "~2.7.0"
|
"typescript": "~2.7.0"
|
||||||
},
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
@ -42,7 +41,8 @@
|
||||||
"posttest": "npm run check"
|
"posttest": "npm run check"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "^4.17.4"
|
"lodash": "^4.17.4",
|
||||||
|
"semver": "^5.5.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"build/src/*.{js,d.ts}"
|
"build/src/*.{js,d.ts}"
|
||||||
|
|
Loading…
Reference in New Issue