This commit is contained in:
Philipp Kunz 2016-09-11 16:49:44 +02:00
parent ac54e85946
commit 3be5c3b8ab

View File

@ -1,9 +1,9 @@
{ {
"name": "smartdata", "name": "smartdata",
"version": "1.0.0", "version": "1.0.1",
"description": "do more with data", "description": "do more with data",
"main": "dist/index.js", "main": "dist/index.js",
"typings":"dist/index.d.ts", "typings": "dist/index.d.ts",
"scripts": { "scripts": {
"test": "(npmts)" "test": "(npmts)"
}, },