Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
use ~ instead of ^
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Feb 17, 2014
1 parent d383ff1 commit facd354
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"description": "open a leveldb handle multiple times",
"main": "index.js",
"dependencies": {
"level": "^0.18.0",
"level-proxy": "^0.0.0",
"multilevel": "^5.5.0"
"level": "~0.18.0",
"level-proxy": "~0.0.1",
"multilevel": "~5.5.0"
},
"devDependencies": {
"tape": "^2.3.2"
"tape": "~2.3.2"
},
"scripts": {
"test": "tape test/*.js"
Expand Down

0 comments on commit facd354

Please sign in to comment.