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

Commit

Permalink
explicit devdep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Dec 23, 2014
1 parent c50d50d commit ef28adb
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
"xtend": "~3.0.0"
},
"devDependencies": {
"async": "~0.9.0",
"boganipsum": "~0.1.0",
"bustermove": "~0.4.1",
"delayed": "~1.0.1",
"du": "~0.1.0",
"fstream": "~1.0.3",
"leveldown": "~0.10.0",
"bustermove": "*",
"tap": "*",
"referee": "*",
"rimraf": "*",
"async": "*",
"fstream": "*",
"tar": "*",
"mkfiletree": "*",
"readfiletree": "*",
"slow-stream": ">=0.0.4",
"delayed": "*",
"boganipsum": "*",
"du": "*",
"memdown": "*",
"msgpack-js": "*"
"memdown": "~1.0.0",
"mkfiletree": "~1.0.0",
"msgpack-js": "~0.3.0",
"readfiletree": "0.0.1",
"referee": "~1.1.1",
"rimraf": "~2.2.8",
"slow-stream": "0.0.4",
"tap": "~0.4.13",
"tar": "~1.0.3"
},
"browser": {
"leveldown": false,
Expand Down

0 comments on commit ef28adb

Please sign in to comment.