Skip to content

Commit

Permalink
chore: ditch standard, so we can support older node versions in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Jul 3, 2020
1 parent 4f925cc commit 799962a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,4 +4,5 @@ node_js:
- 12.0
- 10.0
- 8.0
- 6.0

6 changes: 1 addition & 5 deletions package.json
Expand Up @@ -29,15 +29,11 @@
"jsonpointer.js"
],
"scripts": {
"test": "standard && node test.js",
"test": "node test.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"license": "MIT",
"devDependencies": {
"semantic-release": "^17.1.1",
"standard": "^14.3.4"
},
"standard": {
"ignore": ["test.js"]
}
}

0 comments on commit 799962a

Please sign in to comment.