Skip to content

Commit

Permalink
Updated npm package to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmrugg committed Feb 21, 2012
1 parent a432ece commit 70e9016
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
@@ -1,9 +1,8 @@
{ {
"name": "lzma", "name": "lzma",
"version": "1.0.0", "version": "1.1.0",
"description": "A standalone JavaScript implementation of the Lempel-Ziv-Markov chain (LZMA) compression algorithm", "description": "A standalone JavaScript implementation of the Lempel-Ziv-Markov chain (LZMA) compression algorithm",
"homepage": "https://github.com/nmrugg/LZMA-JS", "homepage": "https://github.com/nmrugg/LZMA-JS",
"author": "Nathan Rugg <nmrugg@gmail.com>", "author": "Nathan Rugg <nmrugg@gmail.com>",
"keywords": ["lzma", "compression", "decompression"], "keywords": ["lzma", "compression", "decompression"]
"bin" : { "node-inspector" : "./bin/inspector.js" }
} }

0 comments on commit 70e9016

Please sign in to comment.