Skip to content

Commit

Permalink
Fixed issue with ignored files.
Browse files Browse the repository at this point in the history
  • Loading branch information
m.volkov authored and m.volkov committed Feb 28, 2017
1 parent b76decb commit 9aba24f
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 @@
etc/*
node_modules
.DS_Store
build/*
npm-debug.log
config.jsx
!config.jsx.dist
.idea
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-material-ui-form-validator",
"version": "0.0.7",
"version": "0.1.0",
"description": "Simple validator for forms designed with material-ui components.",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 9aba24f

Please sign in to comment.