Skip to content

Commit

Permalink
Upgrade Browserify version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
erikolson186 committed Feb 19, 2017
1 parent fde8a80 commit c9f5abc
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": "zangodb",
"version": "1.0.0",
"version": "1.0.1",
"description": "MongoDB-like interface for HTML5 IndexedDB",
"main": "./build/src/index.js",
"typings": "./src/zangodb.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"q": "^1.4.1"
},
"devDependencies": {
"browserify": "^13.1.1",
"browserify": "^14.1.0",
"chai": "^3.5.0",
"fake-indexeddb": "^1.0.8",
"gulp": "^3.9.1",
Expand Down

0 comments on commit c9f5abc

Please sign in to comment.