Skip to content

Commit

Permalink
Merge pull request #45 from fantasyland/davidchambers/sanctuary-style
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers authored Jul 19, 2021
2 parents 876e516 + c035e9e commit 1c7a387
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
notifications:
email: false
node_js:
- '6'
- '14'
install: npm install
script:
- npm run check
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"cli-table": "0.3.1",
"colors": "1.1.2",
"daggy": "1.3.0",
"eslint": "5.15.x",
"eslint": "6.8.x",
"fantasy-combinators": "0.0.x",
"sanctuary-style": "3.0.x",
"sanctuary-style": "4.0.x",
"standard": "8.6.0",
"tap": "10.0.0",
"xyz": "3.0.x"
},
"scripts": {
"lint": "eslint --config node_modules/sanctuary-style/eslint-es3.json --env es3 --global define --global module --global require --global self -- src/daggy.js && standard bench/*.js test/*.js",
"lint": "eslint --config node_modules/sanctuary-style/eslint-es3.json --global define --global module --global require --global self -- src/daggy.js && standard bench/*.js test/*.js",
"release": "xyz --repo [email protected]:fantasyland/daggy.git --increment",
"test": "tap -R tap test/*.js",
"check": "npm run lint && npm run test",
Expand Down

0 comments on commit 1c7a387

Please sign in to comment.