Skip to content

Commit

Permalink
Fix npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdiamant committed Feb 25, 2019
1 parent 7e85da4 commit 6ab8e8b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magnify-3d",
"version": "1.0.1",
"version": "1.0.2",
"description": "Real time optic magnifying glass library.",
"main": "build/Magnify3d.js",
"scripts": {
Expand Down Expand Up @@ -42,6 +42,14 @@
"peerDependencies": {
"three": "^0.92.0"
},
"files": [
"package.json",
"LICENSE",
"README.md",
"build/Magnify3d.js",
"src",
"webpack.config.sample.js"
],
"keywords": [
"magnify",
"magnify-3d",
Expand Down

0 comments on commit 6ab8e8b

Please sign in to comment.