Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit d669f87

Browse files
committed
Change package.json to allow node-expat newer than 1.4 (because 1.6.1 is required for node v0.8.8).
1 parent 8538475 commit d669f87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "index",
88
"contributors":[ {"name": "Camilo Aguilar", "email": "camilo@buglabs.net"}],
99
"dependencies": {
10-
"node-expat": "1.4.1"
10+
"node-expat": ">=1.4.1 <2.0.0"
1111
}
1212
}
1313

0 commit comments

Comments
 (0)