Skip to content

Commit

Permalink
Merge branch 'fix-travis' into fix-redos
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas committed May 14, 2019
2 parents b8bb2c0 + 6360667 commit b03423f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ sudo: false
language: node_js
node_js:
- node
- '10'
- '8'
- '6'
- '4'
- '0.10'
- '0.12'
- 4
- 6
script: make test-ci
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,18 @@
},
"devDependencies": {
"ansi": "^0.3.0",
"autoprefixer-stylus": "^0.3.0",
"benchmark": "^1.0.0",
"browserify": "*",
"commonmark": "0.12.0",
"gulp-format-md": "^0.1.10",
"highlight.js": "^9.7.0",
"coveralls": "^2.11.2",
"eslint": "0.10.1",
"istanbul": "*",
"jade": "^1.6.0",
"marked": "0.3.2",
"mocha": "*"
"stylus": "^0.49.1",
"mocha": "3.2.0",
"uglify-js": "*"
},
"keywords": [
"commonmark",
Expand Down

0 comments on commit b03423f

Please sign in to comment.