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

Commit ac8e55b

Browse files
committed
Merge pull request #27 from Mr0grog/master
Change node-expat dependency to allow for anything below 2.0
2 parents 8538475 + d669f87 commit ac8e55b

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)