Skip to content

Commit

Permalink
add .npmignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben-Arushanyan committed Apr 22, 2021
1 parent 6c79d34 commit 00128c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#files
AUTHORS

#folders
test
.github
.git
website
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-cool",
"version": "1.0.1",
"version": "1.0.2",
"description": "Redux Cool is an awesome tiny package that allows you to easily and intuitively write redux logic.",
"license": "MIT",
"homepage": "https://redux-cool.js.org",
Expand Down

0 comments on commit 00128c8

Please sign in to comment.