Skip to content

Commit

Permalink
Merge pull request #401 from arlac77/template-sync-1
Browse files Browse the repository at this point in the history
merge package from arlac77/npm-package-template
  • Loading branch information
arlac77 committed Aug 6, 2018
2 parents 6b1dd92 + e972f72 commit 720b962
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@
"nyc": "^13.0.1",
"rollup": "^0.63.5",
"rollup-plugin-multi-entry": "^2.0.2",
"semantic-release": "^15.9.3",
"semantic-release": "^15.9.5",
"documentation": "^8.1.0",
"travis-deploy-once": "^5.0.2",
"rollup-plugin-commonjs": "^9.1.4",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-istanbul": "^2.0.1",
"rollup-plugin-executable": "^1.2.0"
"rollup-plugin-executable": "^1.2.0",
"rollup-plugin-cleanup": "^3.0.0"
},
"engines": {
"node": ">=8.11"
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import cleanup from 'rollup-plugin-cleanup';
import executable from 'rollup-plugin-executable';
import commonjs from 'rollup-plugin-commonjs';
import resolve from 'rollup-plugin-node-resolve';
Expand Down

0 comments on commit 720b962

Please sign in to comment.