This commit is contained in:
Philipp Kunz 2018-03-30 19:42:23 +02:00
parent 9c99f6d7e5
commit 9e7950e1f4

View File

@ -1,6 +1,6 @@
{ {
"name": "smartbucket", "name": "smartbucket",
"version": "1.0.1", "version": "1.0.2",
"description": "simple cloud independent bucket storage", "description": "simple cloud independent bucket storage",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -10,9 +10,8 @@
"test": "(npmts)", "test": "(npmts)",
"format": "(gitzone format)" "format": "(gitzone format)"
}, },
"devDependencies": { "devDependencies": {
"tapbundle": "^1.0.13" "tapbundle": "^1.0.13"
}, },
"dependencies": { "dependencies": {}
}
} }