Skip to content

Commit 3983423

Browse files
author
淘杰
committed
update readme
1 parent 7349d29 commit 3983423

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ graceful({
4848
});
4949
```
5050

51-
memory used about 30% above in my own project!
51+
memory saved about 30% above in my own project!
5252
#### before using module-unique
5353
![http://gtms03.alicdn.com/tps/i3/TB1nU9QGFXXXXb4XFXXDeGnJXXX-886-144.png](http://gtms03.alicdn.com/tps/i3/TB1nU9QGFXXXXb4XFXXDeGnJXXX-886-144.png)
5454

package.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
{
22
"name": "module-unique",
3-
"version": "1.0.1",
4-
"description": "",
3+
"version": "1.0.6",
4+
"description": "a patch for node.js which avoids loading the same module more than once",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9-
"author": "",
10-
"license": "ISC"
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/hustxiaoc/module-unique.git"
12+
},
13+
"keywords": [
14+
"module",
15+
"nodejs"
16+
],
17+
"author": "taojie.hjp@taobao.com",
18+
"license": "ISC",
19+
"bugs": {
20+
"url": "https://github.com/hustxiaoc/module-unique/issues"
21+
},
22+
"homepage": "https://github.com/hustxiaoc/module-unique"
1123
}

0 commit comments

Comments
 (0)