We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f439c91 commit 893e632Copy full SHA for 893e632
package.json
@@ -1,10 +1,21 @@
1
{
2
"name": "react-multi-fields-input",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"main": "dist/index.js",
5
"types": "dist/components/index.d.ts",
6
"author": "kakuevn <n.kakuev@gmail.com>",
7
"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
+ },
19
"scripts": {
20
"dev": "cross-env NODE_ENV=development webpack --colors --progress --watch",
21
"build": "cross-env NODE_ENV=production webpack -p",
0 commit comments