Skip to content

Commit 3b511a4

Browse files
committed
revert back to browserify
reasons: 1. running travis build on old nodejs versions. Somehow travis cli was failing to install webpack with old version of node 2. generating bundle file without cli code 3. reference package.json main property to node module instead of generated js file
1 parent 9ff9467 commit 3b511a4

File tree

5 files changed

+1850
-160
lines changed

5 files changed

+1850
-160
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: node_js
22
node_js:
3+
- 4
4+
- 5
35
- 6
46
- 7
57
- 8

lib/parser.js

Lines changed: 1332 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)