2 Commits

Author SHA1 Message Date
2db8bc4390 2.0.1 2018-07-18 00:13:40 +02:00
0818c877ab fix(ci): add build arguments within npmextra.json 2018-07-18 00:13:40 +02:00
3 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,8 @@
{
"npmci": {
"globalNpmTools": [
"npmts"
]
"npmGlobalTools": [
"@gitzone/npmts"
],
"npmAccessLevel": "public"
}
}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "beautycolor",
"version": "2.0.0",
"version": "2.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/consolecolor",
"version": "2.0.0",
"version": "2.0.1",
"private": false,
"description": "colors for beautylog",
"main": "dist/index.js",