Skip to content

Commit

Permalink
Merge pull request #633 from arlac77/npm-template-sync/arlac77/npm-pa…
Browse files Browse the repository at this point in the history
…ckage-template-esm-only

merge from arlac77/npm-package-template-esm-only
  • Loading branch information
arlac77 committed Feb 10, 2020
2 parents 49fa3fd + d045de9 commit 36cdb72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 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
16 changes: 1 addition & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@
"test": "ava"
},
"devDependencies": {
"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 @@ -44,19 +43,6 @@
"url": "https://github.com/arlac77/loglevel-mixin/issues"
},
"homepage": "https://github.com/arlac77/loglevel-mixin#readme",
"ava": {
"files": [
"tests/*-test.mjs"
],
"extensions": [
"mjs"
],
"require": [
"esm"
],
"babel": false,
"compileEnhancements": false
},
"template": {
"repository": {
"url": "https://github.com/arlac77/npm-package-template-esm-only.git"
Expand Down

0 comments on commit 36cdb72

Please sign in to comment.