Skip to content

Commit 3ebbec5

Browse files
committed
Updated package.json file
1 parent 7b1244b commit 3ebbec5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filesrocket-cloudinary",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Filesrocket service that manage the files of the Cloudinary Service",
55
"main": "lib/index.js",
66
"types": "lib",
@@ -27,6 +27,14 @@
2727
"bugs": {
2828
"url": "https://github.com/Filesrocket/filesrocket-cloudinary/issues"
2929
},
30+
"directories": {
31+
"lib": "lib"
32+
},
33+
"files": [
34+
"LICENCE",
35+
"README.md",
36+
"lib/**"
37+
],
3038
"license": "MIT",
3139
"dependencies": {
3240
"cloudinary": "1.27.1",

0 commit comments

Comments
 (0)