Merge pull request #561 from cjihrig/dep

grpc-js-core: make semver a prod dependency
This commit is contained in:
Michael Lumish 2018-09-28 12:46:03 -07:00 committed by GitHub
commit e83f240f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,6 @@
"@types/node": "^10.5.4",
"clang-format": "^1.0.55",
"gts": "^0.5.1",
"semver": "^5.5.0",
"typescript": "~2.7.0"
},
"contributors": [
@ -42,7 +41,8 @@
"posttest": "npm run check"
},
"dependencies": {
"lodash": "^4.17.4"
"lodash": "^4.17.4",
"semver": "^5.5.0"
},
"files": [
"build/src/*.{js,d.ts}"