now uses beautylog.ora
This commit is contained in:
17
package.json
17
package.json
@@ -7,8 +7,9 @@
|
||||
"npmts": "dist/cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "(cd compile && node compile.js) && (cd test/assets && node ../../dist/index.js)",
|
||||
"release": "(git add -A && git commit -m 'update' && git push origin master && npm version patch && npm publish)"
|
||||
"test": "(npm run compile && npm run check)",
|
||||
"check":"(cd ./test/assets && node ../../dist/index.js)",
|
||||
"compile":"(cd compile && node compile.js)"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -25,21 +26,21 @@
|
||||
},
|
||||
"homepage": "https://github.com/pushrocks/npmts#readme",
|
||||
"dependencies": {
|
||||
"beautylog": "4.1.2",
|
||||
"beautylog": "5.0.1",
|
||||
"fs-extra": "^0.30.0",
|
||||
"gulp": "3.9.1",
|
||||
"gulp-codecov": "^2.0.1",
|
||||
"gulp-concat": "^2.6.0",
|
||||
"gulp-function": "^1.3.1",
|
||||
"gulp-if": "^2.0.0",
|
||||
"gulp-if": "^2.0.1",
|
||||
"gulp-istanbul": "^0.10.4",
|
||||
"gulp-jsdoc3": "^0.2.1",
|
||||
"gulp-mocha": "^2.2.0",
|
||||
"gulp-replace": "^0.5.4",
|
||||
"gulp-sourcemaps": "^2.0.0-alpha",
|
||||
"gulp-typescript": "2.13.0",
|
||||
"gulp-typescript": "2.13.4",
|
||||
"gulp-typings": "1.3.6",
|
||||
"lodash": "^4.11.1",
|
||||
"lodash": "^4.12.0",
|
||||
"merge2": "1.0.2",
|
||||
"projectinfo": "1.0.1",
|
||||
"q": "^1.4.1",
|
||||
@@ -47,8 +48,8 @@
|
||||
"smartci": "0.0.1",
|
||||
"smartcli": "0.0.11",
|
||||
"smartcov": "0.0.6",
|
||||
"smartenv": "1.2.2",
|
||||
"smartfile": "3.0.5",
|
||||
"smartenv": "1.2.5",
|
||||
"smartfile": "3.0.6",
|
||||
"smartpath": "3.2.1",
|
||||
"smartstring": "^1.0.3",
|
||||
"source-map-support": "^0.4.0"
|
||||
|
||||
Reference in New Issue
Block a user