Skip to content

Commit 38db11c

Browse files
committed
add npm tags
1 parent c80ef6e commit 38db11c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-autosave",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Autosave controlled form values with style",
55
"repository": "https://github.com/jollyjerr/react-autosave",
66
"author": "jollyjerr <[email protected]>",
@@ -18,6 +18,11 @@
1818
"publishConfig": {
1919
"access": "public"
2020
},
21+
"keywords": [
22+
"react",
23+
"autosave",
24+
"form"
25+
],
2126
"scripts": {
2227
"build": "rollup -c",
2328
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",

0 commit comments

Comments
 (0)