Skip to content

Commit

Permalink
Merge pull request #280 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 authored Sep 29, 2018
2 parents 3e32dc9 + ec61a03 commit 05a58f5
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 @@ -49,7 +49,8 @@
"rollup-plugin-node-resolve": "^3.4.0",
"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": ">=10.9"
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 cleanup from 'rollup-plugin-cleanup';
import executable from 'rollup-plugin-executable';
import commonjs from 'rollup-plugin-commonjs';
Expand Down

0 comments on commit 05a58f5

Please sign in to comment.