Browse Source

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

master
Jordan Harband 10 years ago
parent
commit
6644f33a77
  1. 6
      package.json

6
package.json

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

Loading…
Cancel
Save