BREAKING CHANGE(package): change scope and name
This commit is contained in:
14
package.json
14
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user