Comparing version 0.7.0 to 0.7.1
@@ -19,2 +19,3 @@ 'use strict'; | ||
require('babel/register'); | ||
require('coffee-script/register'); | ||
@@ -33,3 +34,3 @@ var DEST = 'dist/'; | ||
} | ||
return gulp.src('./test/**/*.coffee', {read: false}) | ||
return gulp.src('./test/**/*_spec.*', {read: false}) | ||
.pipe(mocha(mochaOptions)); | ||
@@ -36,0 +37,0 @@ }); |
{ | ||
"name": "imm", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Immutable collections built on top of immutable.js", | ||
@@ -10,3 +10,3 @@ "main": "dist/imm.js", | ||
"scripts": { | ||
"test": "mocha test/**/*_spec.*" | ||
"test": "gulp test" | ||
}, | ||
@@ -36,3 +36,3 @@ "repository": { | ||
"gulp-markdox": "^0.1.1", | ||
"gulp-mocha": "^1.1.1", | ||
"gulp-mocha": "^2.0.1", | ||
"gulp-rename": "^1.2.0", | ||
@@ -39,0 +39,0 @@ "gulp-run": "^1.6.6", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92471
1883