Skip to content

Commit 3cbc8da

Browse files
author
淘杰
committedOct 25, 2014
update
1 parent 3983423 commit 3cbc8da

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
 

‎README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ graceful({
4949
```
5050

5151
memory saved about 30% above in my own project!
52-
#### before using module-unique
53-
![http://gtms03.alicdn.com/tps/i3/TB1nU9QGFXXXXb4XFXXDeGnJXXX-886-144.png](http://gtms03.alicdn.com/tps/i3/TB1nU9QGFXXXXb4XFXXDeGnJXXX-886-144.png)
5452

55-
#### after using module-unique
53+
54+
#### before using module-unique
5655
![http://gtms02.alicdn.com/tps/i2/TB1OBmVGFXXXXaZXXXXhN4IGpXX-930-98.png](http://gtms02.alicdn.com/tps/i2/TB1OBmVGFXXXXaZXXXXhN4IGpXX-930-98.png)
56+
57+
#### after using module-unique
58+
![http://gtms03.alicdn.com/tps/i3/TB1nU9QGFXXXXb4XFXXDeGnJXXX-886-144.png](http://gtms03.alicdn.com/tps/i3/TB1nU9QGFXXXXb4XFXXDeGnJXXX-886-144.png)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "module-unique",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "a patch for node.js which avoids loading the same module more than once",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.