Browse Source

Set version numbers

patch-2
Braydon Fuller 10 years ago
parent
commit
e6eddc62e9
  1. 6
      package.json

6
package.json

@ -98,7 +98,7 @@
"gulp-jshint": "^1.9.0", "gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0", "gulp-mocha": "^2.0.0",
"gulp-shell": "^0.2.10", "gulp-shell": "^0.2.10",
"gulp-util": "^3.0.1", "gulp-util": "=3.0.1",
"ink-docstrap": "git://github.com/bitpay/bitcore-jsdoctemplates.git", "ink-docstrap": "git://github.com/bitpay/bitcore-jsdoctemplates.git",
"istanbul": "^0.3.5", "istanbul": "^0.3.5",
"jsdoc-to-markdown": "=0.5.9", "jsdoc-to-markdown": "=0.5.9",
@ -106,10 +106,10 @@
"karma-firefox-launcher": "^0.1.3", "karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.9", "karma-mocha": "^0.1.9",
"mocha": "~2.0.1", "mocha": "~2.0.1",
"more-fs": "^0.5.0", "more-fs": "=0.5.0",
"run-sequence": "^1.0.2", "run-sequence": "^1.0.2",
"sinon": "^1.12.2", "sinon": "^1.12.2",
"through2": "^0.6.3" "through2": "=0.6.3"
}, },
"license": "MIT" "license": "MIT"
} }

Loading…
Cancel
Save