chore(package): consistently use carets again

This commit is contained in:
Stephan Bönnemann 2015-10-10 13:37:02 +02:00
parent 02c4992440
commit 143987d070

View File

@ -27,30 +27,30 @@
"@semantic-release/release-notes-generator": "^2.0.0", "@semantic-release/release-notes-generator": "^2.0.0",
"git-head": "^1.2.1", "git-head": "^1.2.1",
"github": "^0.2.4", "github": "^0.2.4",
"lodash": "3.10.1", "lodash": "^3.10.1",
"nerf-dart": "^1.0.0", "nerf-dart": "^1.0.0",
"nopt": "3.0.3", "nopt": "^3.0.3",
"npmconf": "^2.1.2", "npmconf": "^2.1.2",
"npmlog": "^1.2.1", "npmlog": "^1.2.1",
"parse-github-repo-url": "^1.0.0", "parse-github-repo-url": "^1.0.0",
"require-relative": "^0.8.7", "require-relative": "^0.8.7",
"run-auto": "1.1.2", "run-auto": "^1.1.2",
"run-series": "1.1.3", "run-series": "^1.1.3",
"semver": "5.0.3" "semver": "^5.0.3"
}, },
"devDependencies": { "devDependencies": {
"babel": "5.8.21", "babel": "^5.8.21",
"coveralls": "2.11.4", "coveralls": "^2.11.4",
"cz-conventional-changelog": "1.1.4", "cz-conventional-changelog": "^1.1.4",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"nixt": "^0.4.1", "nixt": "^0.4.1",
"nock": "2.13.0", "nock": "^2.13.0",
"npm-registry-couchapp": "^2.6.11", "npm-registry-couchapp": "^2.6.11",
"nyc": "3.2.1", "nyc": "^3.2.1",
"proxyquire": "1.7.3", "proxyquire": "^1.7.3",
"rimraf": "2.4.3", "rimraf": "^2.4.3",
"standard": "5.3.0", "standard": "^5.3.0",
"tap": "2.1.1" "tap": "^2.1.1"
}, },
"engines": { "engines": {
"node": ">=0.10", "node": ">=0.10",