Skip to content

Commit

Permalink
Remove obsolete dependency
Browse files Browse the repository at this point in the history
The node resolve plugin is not necessary anymore because this package
has no external dependencies.
  • Loading branch information
maoberlehner committed Feb 23, 2018
1 parent f003ab0 commit 162727d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
17 changes: 0 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"jest": "^22.4.0",
"rollup": "^0.56.2",
"rollup-plugin-babel": "^4.0.0-beta.0",
"rollup-plugin-node-resolve": "^3.0.3",
"uglify-es": "^3.3.9",
"vue": "^2.5.13",
"vue-template-compiler": "^2.5.13",
Expand Down
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import babel from 'rollup-plugin-babel';
import resolve from 'rollup-plugin-node-resolve';

export default {
plugins: [
babel(),
resolve(),
],
};

0 comments on commit 162727d

Please sign in to comment.