Skip to content

Commit 893e632

Browse files
committed
package.json
1 parent f439c91 commit 893e632

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
{
22
"name": "react-multi-fields-input",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "dist/index.js",
55
"types": "dist/components/index.d.ts",
66
"author": "kakuevn <n.kakuev@gmail.com>",
77
"license": "MIT",
8+
"description": "React ulti Fields (single value) Input component",
9+
"keywords": [
10+
"react",
11+
"reactjs",
12+
"component",
13+
"input"
14+
],
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/kakuevn/react-multi-fields-input"
18+
},
819
"scripts": {
920
"dev": "cross-env NODE_ENV=development webpack --colors --progress --watch",
1021
"build": "cross-env NODE_ENV=production webpack -p",

0 commit comments

Comments
 (0)