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

Commit 6640ea8

Browse files
committed
Merge pull request #68 from TestArmada/fix-acorn-semver
Fix acorn crash due to acorn not using semver properly
2 parents 353502f + 8f1879f commit 6640ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test": "./bin/magellan"
3030
},
3131
"dependencies": {
32-
"acorn": "^2.1.0",
32+
"acorn": "2.1.0",
3333
"async": "^0.9.0",
3434
"cli-color": "^0.3.2",
3535
"cli-table": "^0.3.1",

0 commit comments

Comments
 (0)