Skip to content

Commit

Permalink
add dist files to npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Mar 4, 2020
1 parent e1530f0 commit 5984aea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@
"lint": "standard && tsc",
"preversion": "npm run lint && npm test && npm run dist"
},
"files": [
"dist/*",
"src/*",
"tests/*",
"docs/*"
],
"repository": {
"type": "git",
"url": "https://github.com/y-js/y-redis"
"url": "https://github.com/yjs/y-redis"
},
"keywords": [
"Yjs",
Expand Down

0 comments on commit 5984aea

Please sign in to comment.