Skip to content

Commit

Permalink
Merge 0867abc into 0f63de6
Browse files Browse the repository at this point in the history
  • Loading branch information
onebytegone committed Jan 9, 2019
2 parents 0f63de6 + 0867abc commit 0c6f30c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
8.10.0
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,6 @@ node_js:
- "10"
- "8"
- "8.10"
- "6"

before_install: if [[ `npm -v` != 6* ]]; then npm i -g npm@6.4.1; fi

Expand Down
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -28,6 +28,10 @@
"url": "https://github.com/silvermine/chai-strictly-equal/issues"
},
"homepage": "https://github.com/silvermine/chai-strictly-equal#readme",
"engines": {
"node": ">=8.10.0",
"npm": "6.4.1"
},
"devDependencies": {
"@silvermine/eslint-config": "1.5.0",
"chai": "4.1.2",
Expand Down

0 comments on commit 0c6f30c

Please sign in to comment.