Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 07809fb

Browse files
committedJul 9, 2019
revert tap update to test on node 6
Note: this will be re-applied in the next semver major bump.
1 parent cf5f5ca commit 07809fb

File tree

3 files changed

+292
-2937
lines changed

3 files changed

+292
-2937
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
sudo: false
33
node_js:
4+
- "12"
45
- "10"
56
- "8"
67
- "6"
7-
- "11"

‎package-lock.json

+289-2,934
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"postrelease": "npm publish && git push --follow-tags",
99
"pretest": "standard",
1010
"release": "standard-version -s",
11-
"test": "tap",
11+
"test": "tap -J --cov test/*.js",
1212
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
1313
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
1414
},
@@ -43,7 +43,7 @@
4343
"sinon": "^7.2.3",
4444
"standard": "^12.0.1",
4545
"standard-version": "^4.4.0",
46-
"tap": "^13.1.3",
46+
"tap": "^12.7.0",
4747
"weallbehave": "^1.2.0",
4848
"weallcontribute": "^1.0.8"
4949
},

0 commit comments

Comments
 (0)
This repository has been archived.