Skip to content

Commit

Permalink
Merge pull request #8 from DaPulse/fix/dorsh/add-npmignore
Browse files Browse the repository at this point in the history
fix: add .npmignore
  • Loading branch information
DorShakedMonday authored Oct 7, 2020
2 parents 2a41a39 + 27b37a1 commit fb507b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules
.vscode
.idea
npm-debug.log
/storybook-static
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monday-ui-react-core",
"version": "0.0.5",
"version": "0.0.6",
"description": "Official monday.com UI resources for application development in React.js",
"main": "dist/main.js",
"scripts": {
Expand Down

0 comments on commit fb507b8

Please sign in to comment.