Skip to content

Commit

Permalink
package files
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJR DonJR authored and DonJR DonJR committed Apr 11, 2017
1 parent e0d4a09 commit 01a2da8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/react-form-validation.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* romagny13-react-form-validation v0.4.5
* romagny13-react-form-validation v0.4.7
* (c) 2017 romagny13
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/react-form-validation.min.js

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

Binary file modified dist/react-form-validation.min.js.gz
Binary file not shown.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "romagny13-react-form-validation",
"version": "0.4.5",
"version": "0.4.7",
"description": "React form binding and validation",
"main": "dist/react-form-validation.js",
"files": [
"dist/react-form-validation.js",
"dist/react-form-validation.min.js",
"dist/react-form-validation.min.gz",
"src"
],
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot",
"build:webpack": "cross-env NODE_ENV=production webpack --progress --hide-modules",
Expand Down Expand Up @@ -63,4 +69,4 @@
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}
}

0 comments on commit 01a2da8

Please sign in to comment.