Skip to content

Commit

Permalink
Setup package.json for publishing package
Browse files Browse the repository at this point in the history
  • Loading branch information
Noitidart committed Oct 31, 2021
1 parent 1a6245c commit d013978
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "valtio-persist",
"version": "1.0.0",
"description": "",
"main": "index.js",
"description": "Flexible and performant saving of state to disk.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
Expand All @@ -21,8 +22,14 @@
"type": "git",
"url": "git+https://github.com/Noitidart/valtio-persist.git"
},
"keywords": [],
"author": "",
"keywords": [
"valtio",
"disk",
"persist",
"save",
"file"
],
"author": "Noitidart",
"license": "ISC",
"bugs": {
"url": "https://github.com/Noitidart/valtio-persist/issues"
Expand Down

0 comments on commit d013978

Please sign in to comment.