Skip to content

Commit

Permalink
add npm tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jollyjerr committed Nov 5, 2020
1 parent c80ef6e commit 38db11c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-autosave",
"version": "0.1.4",
"version": "0.1.5",
"description": "Autosave controlled form values with style",
"repository": "https://github.com/jollyjerr/react-autosave",
"author": "jollyjerr <jollyjerr@gmail.com>",
Expand All @@ -18,6 +18,11 @@
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"autosave",
"form"
],
"scripts": {
"build": "rollup -c",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
Expand Down

0 comments on commit 38db11c

Please sign in to comment.