Skip to content

Commit

Permalink
Move semver from dev to regular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenzeck committed Apr 6, 2018
1 parent 2830df7 commit b1f44af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"npm-run-all": "^4.1.2",
"request": "^2.83.0",
"rimraf": "^2.5.4",
"semver": "^5.5.0",
"shelljs": "^0.8.1",
"ts-jest": "^22.4.2",
"tslint": "^5.7.0",
Expand All @@ -74,7 +73,8 @@
"dependencies": {
"diff": "^3.4.0",
"lodash": "^4.17.5",
"requireg": "^0.1.7"
"requireg": "^0.1.7",
"semver": "^5.5.0"
},
"engines": {
"node": ">=6.0.0"
Expand Down

0 comments on commit b1f44af

Please sign in to comment.