jquery-roadmap
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -9,3 +9,2 @@ var gulp = require('gulp'), | ||
uglify = require('gulp-uglify'), | ||
karma = require('karma'), | ||
postcss = require('gulp-postcss'), | ||
@@ -103,12 +102,2 @@ flexibility = require('postcss-flexibility'); | ||
// TEST | ||
gulp.task('test', function (done) { | ||
new karma.Server({ | ||
configFile: __dirname + '/karma.conf.js', | ||
singleRun: true | ||
}, function() { | ||
done(); | ||
}).start(); | ||
}); | ||
// WATCH for file changes and rerun the task | ||
@@ -115,0 +104,0 @@ gulp.task('watch', function() { |
{ | ||
"name": "jquery-roadmap", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A simple timeline plugin for jQuery", | ||
@@ -28,3 +28,2 @@ "main": "src/jquery.roadmap.js", | ||
"start": "", | ||
"test": "karma start --single-run --browsers PhantomJS", | ||
"build": "gulp", | ||
@@ -40,3 +39,2 @@ "lint": "gulp lint:js" | ||
"gulp-jshint": "^2.1.0", | ||
"gulp-karma": "0.0.5", | ||
"gulp-postcss": "^7.0.1", | ||
@@ -46,13 +44,5 @@ "gulp-rename": "^1.2.2", | ||
"gulp-uglify": "^1.5.3", | ||
"jshint": "^2.9.4", | ||
"karma": "^1.5.0", | ||
"karma-chrome-launcher": "^2.0.0", | ||
"karma-cli": "^1.0.1", | ||
"karma-jasmine": "^1.1.0", | ||
"karma-jasmine-html-reporter": "^0.2.2", | ||
"karma-jasmine-jquery": "^0.1.1", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
"karma-spec-reporter": "0.0.31", | ||
"jshint": "^2.9.5", | ||
"postcss-flexibility": "^2.0.0" | ||
} | ||
} |
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
12
37521
14
380