Skip to content

Commit ee545b2

Browse files
committed
Update README and package.json for publishing to NPM
1 parent 50072a9 commit ee545b2

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Updated to compile under all versions of NodeJS
2+
Forked from https://github.com/pingjiang/node-rar.
3+
4+
I needed this module for nodejs >= 0.12. My pull request has been in for many months
5+
with no update and I believe the project may be abandoned, so I published this under
6+
an updated name so I could continue to use it in my projects. If the pull request is
7+
accepted in the original project, or the original project is updated, I will remove
8+
this package and repository. The module now works under all versions of NodeJS.
9+
110
# Node Rar Addon [![Build Status](https://secure.travis-ci.org/pingjiang/node-rar.png?branch=master)](http://travis-ci.org/pingjiang/node-rar)
211

312
Node Rar Addon for reading RAR archives using the bundled UnRAR library.

package.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
{
2-
"name": "node-rar",
3-
"version": "0.0.2",
2+
"name": "node-rar-updated",
3+
"version": "0.0.1",
44
"main": "lib/rar.js",
5-
"description": "Node Rar Addon for reading RAR archives using the bundled UnRAR library.",
6-
"homepage": "https://github.com/pingjiang/node-rar",
7-
"bugs": "https://github.com/pingjiang/node-rar/issues",
5+
"description": ["Updated Node Rar Addon for reading RAR archives using the ",
6+
"bundled UnRAR library. Works with all versions of NodeJS. Forked from original ",
7+
"node-rar at https://github.com/pingjiang/node-rar"],
8+
"homepage": "https://github.com/davidcroda/node-rar",
9+
"bugs": "https://github.com/davidcroda/node-rar/issues",
810
"author": {
9-
"name": "pingjiang",
10-
"email": "pingjiang1989@gmail.com",
11-
"url": "https://github.com/pingjiang"
11+
"name": "davidcroda",
12+
"email": "davidcroda@gmail.com",
13+
"url": "https://github.com/davidcroda"
1214
},
1315
"repository": {
1416
"type": "git",
15-
"url": "https://github.com/pingjiang/node-rar"
17+
"url": "https://github.com/davidcroda/node-rar"
1618
},
1719
"license": "MIT",
1820
"keywords": [

0 commit comments

Comments
 (0)