Skip to content

Commit

Permalink
docs(readme): Update the project description
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Samuelsson committed Feb 1, 2019
1 parent fca8659 commit 89d20a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Travis](https://img.shields.io/travis/ricsam/rollup-external-modules.svg)](https://travis-ci.org/ricsam/rollup-external-modules)
[![Coveralls](https://img.shields.io/coveralls/ricsam/rollup-external-modules.svg)](https://coveralls.io/github/ricsam/rollup-external-modules)

Mark all modules from in node_modules directory as external for rollup.
Mark all modules located in node_modules as external.

### Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rollup-external-modules",
"version": "0.0.0-development",
"description": "Mark all modules from in node_modules directory as external for rollup.",
"description": "Mark all modules located in node_modules as external",
"keywords": ["rollup", "externals"],
"main": "dist/rollup-external-modules.umd.js",
"module": "dist/rollup-external-modules.es5.js",
Expand Down

0 comments on commit 89d20a2

Please sign in to comment.