fix(core): update
This commit is contained in:
24
package.json
24
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pushrocks/smartbucket",
|
||||
"version": "1.0.3",
|
||||
"description": "simple cloud independent bucket storage",
|
||||
"description": "simple cloud independent object storage",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
@@ -12,11 +12,25 @@
|
||||
"build": "echo \"Not needed for now\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"tapbundle": "^1.0.13"
|
||||
"@pushrocks/tapbundle": "^3.0.11",
|
||||
"tslint": "^5.18.0",
|
||||
"tslint-config-prettier": "^1.18.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@google-cloud/storage": "^2.0.3",
|
||||
"@pushrocks/smartpromise": "^2.0.5"
|
||||
"@google-cloud/storage": "^3.0.2",
|
||||
"@pushrocks/smartpromise": "^3.0.2",
|
||||
"@types/minio": "^7.0.2",
|
||||
"minio": "^7.0.10"
|
||||
},
|
||||
"private": true
|
||||
"private": true,
|
||||
"files": [
|
||||
"ts/*",
|
||||
"ts_web/*",
|
||||
"dist/*",
|
||||
"dist_web/*",
|
||||
"assets/*",
|
||||
"cli.js",
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user