Skip to content

Commit 49b10de

Browse files
author
David Kadlecek
committed
Change project name for publishing to npm
1 parent 3902bb2 commit 49b10de

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# ADM-ZIP for NodeJS
1+
# ADM-ZIP for NodeJS with added support for electron original-fs
2+
3+
* see comit https://github.com/kadledav/adm-zip/commit/3902bb2639dc4a39f1a2e8566219e085ff12a9d0
24

35
ADM-ZIP is a pure JavaScript implementation for zip data compression for [NodeJS](http://nodejs.org/).
46

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "adm-zip",
2+
"name": "adm-zip-electron",
33
"version": "0.4.7",
4-
"description": "A Javascript implementation of zip for nodejs. Allows user to create or extract zip files both in memory or to/from disk",
4+
"description": "Fork of a Javascript implementation of zip for nodejs with support for electron original-fs. Allows user to create or extract zip files both in memory or to/from disk",
55
"keywords": [
66
"zip",
77
"methods",
88
"archive",
99
"unzip"
1010
],
11-
"homepage": "http://github.com/cthackers/adm-zip",
11+
"homepage": "https://github.com/kadledav/adm-zip",
1212
"author": "Nasca Iacob <[email protected]> (https://github.com/cthackers)",
1313
"bugs": {
1414
"email": "[email protected]",

0 commit comments

Comments
 (0)