fix(core): update and change scope
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user