update
This commit is contained in:
11
package.json
11
package.json
@@ -5,13 +5,18 @@
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
"license": "",
|
||||
"license": "UNLICENSED",
|
||||
"scripts": {
|
||||
"test": "(npmts)",
|
||||
"format": "(gitzone format)"
|
||||
"format": "(gitzone format)",
|
||||
"build": "echo \"Not needed for now\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"tapbundle": "^1.0.13"
|
||||
},
|
||||
"dependencies": {}
|
||||
"dependencies": {
|
||||
"@google-cloud/storage": "^2.0.3",
|
||||
"@pushrocks/smartpromise": "^2.0.5"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user