Comparing version 2.1.9 to 2.2.1
@@ -1,2 +0,2 @@ | ||
#! /usr/local/bin/node | ||
#!/usr/bin/env node | ||
@@ -3,0 +3,0 @@ var lzma, |
@@ -5,3 +5,3 @@ { | ||
"description": "A JavaScript implementation of the Lempel-Ziv-Markov chain (LZMA) compression algorithm", | ||
"version": "2.1.9", | ||
"version": "2.2.1", | ||
"homepage": "http://nmrugg.github.com/LZMA-JS/", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -31,2 +31,14 @@ LZMA Everywhere | ||
How to Get | ||
--- | ||
If you are using bower, you can download the source like this: | ||
bower install lzma | ||
LZMA-JS is available in the npm repository. | ||
npm install lzma | ||
How to Use | ||
@@ -61,8 +73,4 @@ --- | ||
LZMA-JS is available in the npm repository. | ||
After installing with npm, it can be loaded with the following code: | ||
$ npm install lzma | ||
It can be loaded with the following code: | ||
var my_lzma = require("lzma"); | ||
@@ -69,0 +77,0 @@ |
300506
17
5658
124