Skip to content

Commit

Permalink
Merge pull request #8 from homer0/next
Browse files Browse the repository at this point in the history
v3.0.0: chore: update project
  • Loading branch information
homer0 authored Dec 24, 2019
2 parents 3515710 + e833da2 commit adebfa8
Show file tree
Hide file tree
Showing 4 changed files with 855 additions and 877 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.10
10
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "8.11"
- "10.15"
- "10.18"
- "12.14"
after_success:
- 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "parserror",
"description": "Parse errors and generate more human messages",
"homepage": "https://homer0.github.io/parserror/",
"version": "2.0.0",
"version": "3.0.0",
"repository": "homer0/parserror",
"author": "Leonardo Apiwan (@homer0) <[email protected]>",
"license": "MIT",
Expand All @@ -15,26 +15,25 @@
],
"dependencies": {},
"devDependencies": {
"@babel/preset-env": "7.7.1",
"@babel/core": "7.7.2",
"@babel/plugin-transform-runtime": "7.6.2",
"coveralls": "^3.0.7",
"@babel/preset-env": "7.7.7",
"@babel/core": "7.7.7",
"@babel/plugin-transform-runtime": "7.7.6",
"coveralls": "^3.0.9",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"esdoc-node": "1.0.4",
"eslint": "^6.6.0",
"eslint-plugin-homer0": "^2.0.1",
"husky": "^3.0.9",
"eslint": "^6.8.0",
"eslint-plugin-homer0": "^3.0.0",
"husky": "^3.1.0",
"jasmine-expect": "^4.0.3",
"jest-ex": "^6.1.1",
"jest-ex": "^7.0.1",
"jest-cli": "^24.9.0",
"leasot": "^9.0.0",
"wootils": "^2.6.5"
"leasot": "^9.3.1",
"wootils": "^3.0.1"
},
"engine-strict": true,
"engines": {
"node": ">=8.10.0",
"npm": ">=3.0.0"
"node": ">=10.0.0"
},
"main": "src/index.js",
"scripts": {
Expand Down
Loading

0 comments on commit adebfa8

Please sign in to comment.