Skip to content

Commit f0245c3

Browse files
committed
Updated package.json files
1 parent 976c5de commit f0245c3

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
11
{
22
"name": "filesrocket-amazons3",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Filerocket service to manage files from Amazon Storage S3 service",
55
"main": "lib/index.js",
66
"types": "lib",
77
"author": {
88
"name": "Ivan Zaldivar",
99
"url": "https://github.com/thebug404"
1010
},
11-
"license": "MIT",
1211
"repository": {
1312
"url": "https://github.com/Filesrocket/filesrocket-amazons3"
1413
},
1514
"bugs": {
1615
"url": "https://github.com/Filesrocket/filesrocket-amazons3/issues"
1716
},
17+
"directories": {
18+
"lib": "lib"
19+
},
20+
"files": [
21+
"LICENCE",
22+
"README.md",
23+
"lib/**"
24+
],
1825
"keywords": [
1926
"upload",
2027
"upload-files",
@@ -23,6 +30,7 @@
2330
"storage",
2431
"filemanagement"
2532
],
33+
"license": "MIT",
2634
"scripts": {
2735
"build": "npm run test && npm run lint && tsc -p .",
2836
"lint": "eslint . --ext .ts",
@@ -32,7 +40,7 @@
3240
},
3341
"dependencies": {
3442
"aws-sdk": "2.1012.0",
35-
"filesrocket": "^0.0.3"
43+
"filesrocket": "^0.0.4"
3644
},
3745
"devDependencies": {
3846
"@types/jest": "^27.0.3",

0 commit comments

Comments
 (0)