Skip to content

Commit cdda66a

Browse files
private
1 parent a78676b commit cdda66a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
"version": "1.0.0",
55
"author": "Lucas Leandro",
66
"license": "MIT",
7-
"private": true,
7+
"private": false,
88
"files": [
9-
"dist/vuecontentloading.js"
9+
"dist/vuecontentloading.js",
10+
"dist/vuecontentloading.js.map"
1011
],
1112
"main": "dist/vuecontentloading.js",
1213
"scripts": {

0 commit comments

Comments
 (0)