Skip to content

Commit 6ab8e8b

Browse files
committed
Fix npm publish
1 parent 7e85da4 commit 6ab8e8b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magnify-3d",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Real time optic magnifying glass library.",
55
"main": "build/Magnify3d.js",
66
"scripts": {
@@ -42,6 +42,14 @@
4242
"peerDependencies": {
4343
"three": "^0.92.0"
4444
},
45+
"files": [
46+
"package.json",
47+
"LICENSE",
48+
"README.md",
49+
"build/Magnify3d.js",
50+
"src",
51+
"webpack.config.sample.js"
52+
],
4553
"keywords": [
4654
"magnify",
4755
"magnify-3d",

0 commit comments

Comments
 (0)