Skip to content

Commit c59ef22

Browse files
committed
Rename package
1 parent 2f418d7 commit c59ef22

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
7za
2-
===
1+
Node p7zip wrapper
2+
==================
33

44
A node wrapper for 7z including the latest version of `7za`.
55

@@ -13,14 +13,14 @@ Installation
1313
------------
1414

1515
```
16-
npm install --save 7za
16+
npm install --save p7zip
1717
```
1818

1919

2020
Usage
2121
-----
2222
```
23-
var p7zip = require('7za');
23+
var p7zip = require('p7zip');
2424
2525
p7zip
2626
.add('test.7z', '*.js')
@@ -47,7 +47,7 @@ p7zip
4747
Promise library use node Promise, but may be replaced:
4848

4949
```
50-
var p7zip = require('7za');
50+
var p7zip = require('p7zip');
5151
5252
p7zip.Promise = require('bluebird');
5353
```

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "7za",
2+
"name": "p7zip",
33
"version": "1.1.1",
44
"description": "A node wrapper for 7z including latest version of 7za",
55
"main": "index.js",
@@ -9,7 +9,7 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/jbdemonte/node-7za.git"
12+
"url": "https://github.com/jbdemonte/node-p7zip.git"
1313
},
1414
"author": {
1515
"name": "Jean-Baptiste DEMONTE",

0 commit comments

Comments
 (0)