Skip to content

Commit

Permalink
bower and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
stuyam committed May 9, 2017
1 parent 462a13b commit 1bf6abf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "simple-react-validator",
"description": "A simple react form validator inspired by Laravel validation.",
"main": "dist/simple-react-validator.min.js",
"version": "0.0.1",
"authors": [
"Stuart Yamartino"
],
"license": "MIT",
"keywords": [
"react",
"validator",
"form",
"form-validator",
"simple-react-validator"
],
"homepage": "https://github.com/stuyam/simple-react-validator",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simple-react-validator",
"version": "0.0.1",
"description": "A painless React Validator.",
"description": "A simple react form validator inspired by Laravel validation.",
"main": "dist/simple-react-validator.min.js",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 1bf6abf

Please sign in to comment.