This commit is contained in:
Philipp Kunz 2018-02-08 00:12:30 +01:00
parent f3d5b9a94e
commit e4be7fa1d8

View File

@ -1,6 +1,6 @@
{ {
"name": "commonlog", "name": "commonlog",
"version": "1.0.1", "version": "1.0.2",
"description": "interfaces for the smartlog universe", "description": "interfaces for the smartlog universe",
"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": {}
}
} }