Skip to content

Commit fb4beea

Browse files
author
dphaener
committed
Bump version
1 parent d40ae6d commit fb4beea

File tree

3 files changed

+16
-88
lines changed

3 files changed

+16
-88
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Ignore all the node modules
22
/node_modules
3+
npm-debug.log

npm-debug.log

-86
This file was deleted.

package.json

+15-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,26 @@
22
"author": "Darin Haener <[email protected]> (https://github.com/dphaener/reactable-forms)",
33
"name": "reactable-forms",
44
"description": "Form and schema building tools for React",
5-
"version": "0.0.1",
5+
"version": "0.0.3",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/dphaener/reactable-forms"
99
},
10+
"keywords": [
11+
"react",
12+
"forms",
13+
"form",
14+
"schema",
15+
"react-forms",
16+
"react-form",
17+
"react-schema",
18+
"property",
19+
"properties",
20+
"react-properties",
21+
"react-property"
22+
],
1023
"license": "MIT",
11-
"main": "./example/index.js",
24+
"main": "./forms.js",
1225
"scripts": {
1326
"test": "jest",
1427
"example": "webpack-dev-server --config ./example/webpack.config.js"

0 commit comments

Comments
 (0)