Skip to content

Commit

Permalink
Other: Added semver to dev/cli dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Jan 12, 2017
1 parent 0a3862b commit a4954ed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/long": "^3.0.31"
},
"devDependencies": {
"@types/node": "6.0.57",
"@types/node": "7.0.0",
"benchmark": "^2.1.3",
"browserify": "^13.3.0",
"bundle-collapser": "^1.2.1",
Expand All @@ -72,16 +72,17 @@
"gulp-gzip": "^1.4.0",
"gulp-header": "^1.8.8",
"gulp-if": "^2.0.1",
"gulp-sourcemaps": "^2.3.1",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^2.0.0",
"jaguarjs-jsdoc": "dcodeIO/jaguarjs-jsdoc",
"jsdoc": "^3.4.2",
"minimist": "^1.2.0",
"node-zopfli": "^2.0.2",
"semver": "^5.3.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"tmp": "0.0.31",
"typescript": "^2.1.4",
"typescript": "^2.1.5",
"uglify-js": "^2.7.5",
"vinyl-buffer": "^1.0.0",
"vinyl-fs": "^2.4.4",
Expand All @@ -90,6 +91,7 @@
"zuul-ngrok": "^4.0.0"
},
"cliDependencies": [
"semver",
"chalk",
"glob",
"jsdoc",
Expand Down

0 comments on commit a4954ed

Please sign in to comment.