Update `semver`, use `^` instead of `~`

master
Jordan Harband 2015-04-17 00:24:44 -07:00
parent cbf0f12aac
commit 6644f33a77
1 changed files with 3 additions and 3 deletions

View File

@ -30,8 +30,8 @@
}, },
"homepage": "https://github.com/creationix/nvm", "homepage": "https://github.com/creationix/nvm",
"devDependencies": { "devDependencies": {
"replace": "~0.3.0", "replace": "^0.3.0",
"semver": "~4.2.0", "semver": "^4.3.3",
"urchin": "~0.0.5" "urchin": "^0.0.5"
} }
} }