Skip to content

Commit

Permalink
Add npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dprovodnikov committed Jan 11, 2019
1 parent bcc45ba commit 4afab42
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.npmignore
coverage
node_modules
dist
dist
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__tests__
src
node_modules
.travis.yml

4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@madappgang/action-creator",
"version": "1.0.5",
"version": "1.0.6",
"description": "A simple utility designed to make redux's action creators less verbose",
"main": "dist/index.js",
"repository": {
Expand All @@ -14,7 +14,7 @@
"creator"
],
"scripts": {
"build": "rm -rf dist && babel src -d dist",
"build": "rm -rf dist && babel src -d dist --ignore __tests__",
"test": "jest",
"test:w": "jest --watch",
"test:cov": "jest --coverage"
Expand Down

0 comments on commit 4afab42

Please sign in to comment.