Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tswaters committed Nov 12, 2019
1 parent ee21b11 commit 4752d00
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tswaters/react-form-validation",
"version": "0.0.0",
"version": "1.0.0",
"description": "React form validation components",
"browser": "dist/index.umd.js",
"main": "./dist/index.cjs.js",
Expand All @@ -19,7 +19,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tswaters/react-form-validation"
"url": "git+https://github.com/tswaters/react-form-validation.git"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down Expand Up @@ -154,5 +154,13 @@
"test/setup.js",
"test/**/*.test.js"
]
},
"bugs": {
"url": "https://github.com/tswaters/react-form-validation/issues"
},
"homepage": "https://github.com/tswaters/react-form-validation#readme",
"directories": {
"example": "examples",
"test": "test"
}
}

0 comments on commit 4752d00

Please # to comment.