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

Commit

Permalink
2.1.4 - move browserify to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
max-mapper committed May 12, 2014
1 parent 875dfed commit 8674671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "level-js",
"version": "2.1.3",
"version": "2.1.4",
"description": "leveldown/leveldb library for browsers using IndexedDB",
"main": "index.js",
"scripts": {
Expand All @@ -18,14 +18,14 @@
"license": "BSD",
"devDependencies": {
"beefy": "~0.3.0",
"browserify": "^4.1.2",
"levelup": "~0.18.2"
},
"dependencies": {
"idb-wrapper": "~1.4.1",
"isbuffer": "~0.0.0",
"xtend": "~2.1.2",
"tape": "~2.10.2",
"browserify": "~3.32.0",
"abstract-leveldown": "~0.12.0",
"typedarray-to-buffer": "~1.0.0"
},
Expand Down

0 comments on commit 8674671

Please sign in to comment.