Skip to content

Commit

Permalink
fix: move semver module to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRaFF committed May 30, 2018
1 parent 9a4dd02 commit 2e5414d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/validate_release.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const semver = require("semver")
const semver = require('semver')
const exec = require('child_process').exec

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"camelcase": "^5.0.0",
"chalk": "^2.3.2",
"require-dir": "^1.0.0",
"semver": "^5.3.0",
"shelljs": "^0.8.1",
"yargs": "^11.0.0"
},
Expand All @@ -37,7 +38,6 @@
"eslint-plugin-standard": "^3.0.1",
"semantic-release": "^7.0.2",
"semantic-release-verify-patch": "^1.1.0",
"semver": "^5.3.0",
"tap-spec": "^4.1.1",
"tape": "^4.8.0"
}
Expand Down

0 comments on commit 2e5414d

Please sign in to comment.