Skip to content

Commit

Permalink
Merge pull request #483 from arlac77/template-sync-1
Browse files Browse the repository at this point in the history
merge package from arlac77/npm-package-template-esm-only
  • Loading branch information
arlac77 authored Jan 14, 2019
2 parents 91f7acd + 4c4ac80 commit fe45223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- 10.15.0
- 11.6.0
branches:
only:
- master
Expand Down
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"cover": "c8 --temp-directory build/coverage ava && c8 report -r lcov --temp-directory build/coverage",
"docs": "documentation readme src/expander.js --section=API",
"lint": "documentation lint src/expander.js",
"posttest": "npm run prepare && markdown-doctest",
"prepare": "rollup -c",
"posttest": "markdown-doctest && npm run prepare",
"test": "ava"
},
"dependencies": {
Expand All @@ -34,12 +33,6 @@
"documentation": "^9.1.1",
"esm": "^3.0.84",
"markdown-doctest": "^0.9.1",
"rollup": "^1.1.0",
"rollup-plugin-cleanup": "^3.1.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-executable": "^1.4.3",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"semantic-release": "^15.13.3"
},
"engines": {
Expand Down Expand Up @@ -70,7 +63,7 @@
},
"template": {
"repository": {
"url": "https://github.com/arlac77/npm-package-template.git"
"url": "https://github.com/arlac77/npm-package-template-esm-only.git"
}
},
"xrelease": {
Expand Down

0 comments on commit fe45223

Please sign in to comment.