Skip to content

Commit

Permalink
Merge pull request #685 from Kronos-Integration/npm-template-sync/arl…
Browse files Browse the repository at this point in the history
…ac77/npm-package-template-kronos-module

merge from arlac77/npm-package-template-kronos-module
  • Loading branch information
arlac77 committed Feb 10, 2020
2 parents a23a797 + 0cfc72f commit 531802a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ jobs:
include:
- stage: test
node_js:
- 12.15.0
- 13.8.0
script:
- npm run cover
Expand Down
20 changes: 3 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,19 @@
],
"license": "BSD-2-Clause",
"scripts": {
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme src/decode-json.mjs --section=API",
"lint": "documentation lint src/decode-json.mjs",
"test": "ava"
"test": "ava && ava --timeout 2m"
},
"dependencies": {
"@kronos-integration/interceptor": "^8.1.0"
},
"devDependencies": {
"@kronos-integration/test-interceptor": "^7.0.0",
"ava": "^2.4.0",
"ava": "^3.3.0",
"c8": "^7.1.0",
"documentation": "^12.1.4",
"esm": "^3.2.25",
"semantic-release": "^17.0.2"
},
"engines": {
Expand All @@ -51,19 +50,6 @@
"url": "https://github.com/Kronos-Integration/interceptor-decode-json/issues"
},
"homepage": "https://github.com/Kronos-Integration/interceptor-decode-json#readme",
"ava": {
"files": [
"tests/*-test.mjs"
],
"require": [
"esm"
],
"babel": false,
"compileEnhancements": false,
"extensions": [
"mjs"
]
},
"template": {
"repository": {
"url": "https://github.com/arlac77/npm-package-template-kronos-module.git"
Expand Down

0 comments on commit 531802a

Please sign in to comment.