Comparing version 0.3.3 to 0.3.4-i
@@ -207,3 +207,3 @@ require("source-map-support").install(); | ||
* @param component parent component | ||
* @param channel parent channel name | ||
* @param channelName parent channel name | ||
*/ | ||
@@ -210,0 +210,0 @@ |
@@ -44,3 +44,2 @@ var gulp = require('gulp'); | ||
gulp.task('_test', shell.task(['./node_modules/.bin/mocha --compilers js:babel-register --check-leaks --timeout 3000 tests'])); | ||
gulp.task('_coverage-test-server', shell.task(['./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha tests/server --print both --recursive -- -u exports -R spec && open coverage/lcov-report/index.html'])); | ||
@@ -59,3 +58,3 @@ gulp.task('test',function(done) { | ||
'_compile-prod', | ||
'_coverage-test-server', | ||
'_coverage', | ||
done | ||
@@ -62,0 +61,0 @@ ) |
{ | ||
"name": "horpyna", | ||
"version": "0.3.3", | ||
"version": "0.3.4i", | ||
"description": "promised modules flow control core library", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "gulp test" | ||
}, | ||
@@ -29,3 +29,3 @@ "repository": { | ||
"devDependencies": { | ||
"babel": "^6.5.2", | ||
"babel-cli": "^6.10.1", | ||
"babel-core": "^6.9.1", | ||
@@ -48,3 +48,2 @@ "babel-eslint": "^6.0.4", | ||
"gulp-shell": "^0.5.2", | ||
"istanbul": "^0.4.3", | ||
"json-loader": "^0.5.4", | ||
@@ -51,0 +50,0 @@ "mocha": "^2.5.3", |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
86820
26
1
1142
1