Skip to content

Commit

Permalink
Updating dependencies and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Vilk committed Nov 5, 2016
1 parent 218877d commit 54d9bc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BrowserFS ZipFS Extras
# BrowserFS ZipFS Extras v1.0.0

Adds the following decompression algorithms to BrowserFS, which were used in
older versions of PKZip:
Expand Down
2 changes: 1 addition & 1 deletion karma.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = function(configSetter) {
concurrency: 1,
browsers: installedBrowsers,
captureTimeout: 60000,
singleRun: false,
singleRun: true,
urlRoot: '/',
browserNoActivityTimeout: 30000,
browserDisconnectTimeout: 10000,
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "browserfs-zipfs-extras",
"version": "1.0.0",
"description": "Extra decompression routines for BrowserFS's ZipFS",
"license": "GPL2",
"license": "GPL-2.0",
"main": "dist/browserfs-zipfs-extras-node.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,15 +38,14 @@
},
"homepage": "https://github.com/jvilk/decompress-implode#readme",
"dependencies": {
"browserfs": "^1.0"
"browserfs": ">=1.1"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/dropboxjs": "0.0.29",
"@types/filesystem": "0.0.28",
"@types/mocha": "^2.2.32",
"@types/node": "6.0.33",
"browserfs": "^0.5.13",
"chai": "^3.5.0",
"detect-browsers": "^2.0.0",
"js-crc": "^0.1.0",
Expand Down

0 comments on commit 54d9bc8

Please sign in to comment.