Skip to content

Commit

Permalink
Merge pull request #415 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 Sep 28, 2018
2 parents 44abfcc + 48aabd8 commit d1ba9ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"travis-deploy-once": "^5.0.9",
"rollup-plugin-istanbul": "^2.0.1",
"rollup-plugin-executable": "^1.3.0",
"rollup-plugin-cleanup": "^3.0.0"
"rollup-plugin-cleanup": "^3.0.0",
"rollup-plugin-json": "^3.1.0"
},
"engines": {
"node": ">=8.12"
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 json from "rollup-plugin-json";
import resolve from 'rollup-plugin-node-resolve';
import commonjs from 'rollup-plugin-commonjs';
import executable from 'rollup-plugin-executable';
Expand Down

0 comments on commit d1ba9ee

Please sign in to comment.