BREAKING CHANGE(package): change scope and name

This commit is contained in:
2018-07-18 00:12:40 +02:00
parent faf3c840fa
commit 6469012517
10 changed files with 1015 additions and 545 deletions

View File

@@ -1,11 +1,13 @@
{
"name": "beautycolor",
"name": "@pushrocks/consolecolor",
"version": "1.0.11",
"private": false,
"description": "colors for beautylog",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
},
"repository": {
"type": "git",
@@ -24,11 +26,11 @@
},
"homepage": "https://gitlab.com/pushrocks/beautycolor#README",
"dependencies": {
"ansi-256-colors": "^1.1.0",
"typings-global": "^1.0.14"
"ansi-256-colors": "^1.1.0"
},
"devDependencies": {
"smartchai": "^1.0.1",
"tapbundle": "^1.1.1"
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.2"
}
}