Skip to content

Commit

Permalink
Update package.json and .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
taehwanno committed Feb 20, 2018
1 parent d1f286b commit 637b3e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.*
coverage
test
yarn.lock
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "warnings-to-errors-webpack-plugin",
"version": "1.0.0",
"description": "Change every warning as error to ensure safe build",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -11,6 +12,7 @@
"url": "https://github.com/taehwanno/warnings-to-errors-webpack-plugin/issues"
},
"homepage": "https://github.com/taehwanno/warnings-to-errors-webpack-plugin",
"keywords": ["webpack", "plugin", "webpack-plugin"],
"license": "MIT",
"scripts": {
"test": "cross-env NODE_ENV=test jest",
Expand Down

0 comments on commit 637b3e4

Please sign in to comment.