Skip to content

Commit

Permalink
Merge pull request #15 from bluealba/update-dependencies
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
aitrusgit authored Dec 6, 2019
2 parents 8b6eae4 + f07da5f commit 42ccf08
Show file tree
Hide file tree
Showing 3 changed files with 2,312 additions and 1,716 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
- "10"
before_script:
- npm install -g eslint
after_success:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"devDependencies": {
"babel": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"chai": "^4.1.1",
"coveralls": "^2.13.1",
"eslint": "^4.5.0",
"mocha": "^3.5.0",
"nyc": "^11.1.0"
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"eslint": "^6.7.2",
"mocha": "^6.2.2",
"nyc": "^14.1.1"
},
"scripts": {
"build": "babel src --out-dir dist",
Expand Down
Loading

0 comments on commit 42ccf08

Please sign in to comment.