Skip to content

Commit

Permalink
v0.1.0 -- npm renamed to win-7zip
Browse files Browse the repository at this point in the history
  • Loading branch information
fritx committed Oct 5, 2016
1 parent a2d317c commit 516898d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ $ 7z --help # and you get 7z
```

```js
// $ npm install 7zip # local
// $ npm install win-7zip # local
// even in node.js
var _7z = require('7zip')['7z']
var _7z = require('win-7zip')['7z']
var task = spawn(_7z, ['x', 'somefile.7z', '-y'])
```

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "7zip",
"version": "0.0.6",
"name": "win-7zip",
"version": "0.1.0",
"description": "7zip Windows Package via Node.js",
"keywords": [
"7z",
Expand Down

0 comments on commit 516898d

Please sign in to comment.