gulp-transform
Advanced tools
Comparing version 3.0.4 to 3.0.5
{ | ||
"name": "gulp-transform", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "A Gulp plugin for applying custom transformations to the contents of files", | ||
@@ -9,8 +9,8 @@ "main": "./lib/index.js", | ||
"build": "npm run clean && tsc -p tsconfig.build.json", | ||
"clean": "rimraf coverage lib", | ||
"clean": "rimraf .nyc_output coverage lib", | ||
"test:lint": "tslint \"src/**/*.ts\" \"spec/**/*.ts\"", | ||
"test:unit": "istanbul cover -e .ts -x \"spec/**/*.ts\" _mocha -- --opts mocha.opts", | ||
"test:unit": "nyc _mocha --opts mocha.opts", | ||
"test": "npm run test:lint && npm run test:unit", | ||
"report": "npm test && open coverage/lcov-report/index.html", | ||
"coverage": "cat coverage/lcov.info | coveralls" | ||
"report": "rimraf coverage && nyc --reporter=html _mocha --opts mocha.opts && open coverage/index.html", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls" | ||
}, | ||
@@ -54,5 +54,5 @@ "engines": { | ||
"coveralls": "^2.13.1", | ||
"istanbul": "1.1.0-alpha.1", | ||
"lodash": "^4.17.4", | ||
"mocha": "^3.4.2", | ||
"nyc": "^11.1.0", | ||
"rimraf": "^2.6.1", | ||
@@ -59,0 +59,0 @@ "sinon": "^2.4.1", |
Sorry, the diff of this file is not supported yet
33886