Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
John Vilk committed Nov 5, 2016
1 parent 54d9bc8 commit ddcdfd6
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
@@ -1,12 +1,12 @@
{
"name": "browserfs-zipfs-extras",
"version": "1.0.0",
"description": "Extra decompression routines for BrowserFS's ZipFS",
"description": "Adds EXPLODE, UNSHRINK, and UNREDUCE support to BrowserFS's ZipFS",
"license": "GPL-2.0",
"main": "dist/browserfs-zipfs-extras-node.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jvilk/decompress-implode.git"
"url": "git+https://github.com/jvilk/browserfs-zipfs-extras.git"
},
"scripts": {
"build:tsc": "tsc -p src",
Expand Down Expand Up @@ -34,9 +34,9 @@
],
"author": "John Vilk ([email protected])",
"bugs": {
"url": "https://github.com/jvilk/decompress-implode/issues"
"url": "https://github.com/jvilk/browserfs-zipfs-extras/issues"
},
"homepage": "https://github.com/jvilk/decompress-implode#readme",
"homepage": "https://github.com/jvilk/browserfs-zipfs-extras#readme",
"dependencies": {
"browserfs": ">=1.1"
},
Expand Down

0 comments on commit ddcdfd6

Please sign in to comment.