Skip to content

Commit 4752d00

Browse files
committed
Release v1.0.0
1 parent ee21b11 commit 4752d00

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tswaters/react-form-validation",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "React form validation components",
55
"browser": "dist/index.umd.js",
66
"main": "./dist/index.cjs.js",
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/tswaters/react-form-validation"
22+
"url": "git+https://github.com/tswaters/react-form-validation.git"
2323
},
2424
"peerDependencies": {
2525
"react": ">=16.8",
@@ -154,5 +154,13 @@
154154
"test/setup.js",
155155
"test/**/*.test.js"
156156
]
157+
},
158+
"bugs": {
159+
"url": "https://github.com/tswaters/react-form-validation/issues"
160+
},
161+
"homepage": "https://github.com/tswaters/react-form-validation#readme",
162+
"directories": {
163+
"example": "examples",
164+
"test": "test"
157165
}
158166
}

0 commit comments

Comments
 (0)