Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
singuerinc committed Jun 11, 2019
1 parent 642537d commit b2e9a90
Show file tree
Hide file tree
Showing 4 changed files with 2,102 additions and 1,572 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: node_js

node_js:
- 12
- 10
- 8
- 6

before_install:
- npm install -g yarn

after_success:
- npm run coveralls
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,27 @@
"author": "Nahuel Scotti <nahuel.scotti@gmail.com> (https://www.singuerinc.com)",
"repository": "singuerinc/spanish-car-plate",
"engines": {
"node": ">=6"
"node": ">=8"
},
"scripts": {
"build": "rollup --config",
"dev": "rollup --config -w",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"np": "np",
"test": "yarn build && nyc mocha",
"test:watch": "nyc mocha --watch",
"release": "NODE_ENV=production yarn test",
"release": "NODE_ENV=production yarn test && yarn np",
"report": "nyc report --reporter=html"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.1.5",
"benchmark": "^2.1.4",
"coveralls": "^3.0.1",
"mocha": "^4.0.1",
"mocha": "^6.1.4",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^11.8.0",
"np": "^5.0.3",
"nyc": "^14.1.1",
"rollup": "^0.59.2",
"rollup-plugin-babel": "^4.0.3"
},
Expand All @@ -45,5 +47,6 @@
"dist/index.js",
"dist/index.js.map",
"types/index.d.ts"
]
],
"np": {}
}
Loading

0 comments on commit b2e9a90

Please sign in to comment.