Skip to content

Commit 7b64a0c

Browse files
committed
Merge pull request #4 from deathcap/nomain
Disable unused moduleMain code for browserify compatibility
2 parents ea4c1b1 + fe5c633 commit 7b64a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
},
1818
"devDependencies": {
1919
"mocha": "~2.2.1",
20-
"jison": "~0.4.2"
20+
"jison": "deathcap/jison#modulemain"
2121
},
2222
"scripts": {
23-
"prepublish": "jison grammar.jison",
23+
"prepublish": "jison grammar.jison --moduleMain 'function (){}'",
2424
"test": "mocha --reporter spec"
2525
}
2626
}

0 commit comments

Comments
 (0)