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", "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"
} }
} }

Loading…
Cancel
Save