fix(core): update and change scope

This commit is contained in:
2018-06-10 14:00:18 +02:00
parent 69fee8f8a2
commit 874349ba32
21 changed files with 493 additions and 648 deletions

View File

@@ -1,5 +1,6 @@
{
"name": "smarttime",
"name": "@pushrocks/smarttime",
"private": false,
"version": "2.0.0",
"description": "handle timeformats in smart ways",
"main": "dist/index.js",
@@ -7,9 +8,11 @@
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
"test": "(tsrun ./test/test.ts)",
"build": "(npmts)"
},
"devDependencies": {
"@gitzone/tsrun": "^1.0.5",
"@types/node": "^9.4.7",
"tapbundle": "^2.0.0"
},