From 1f28d10c524fd12107e5fee1a563cf4d5e80c446 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 30 Dec 2017 16:27:20 +0100 Subject: [PATCH] 3.0.0 --- package.json | 108 +++++++++++++++++++++++++-------------------------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/package.json b/package.json index 1abee64..8923be5 100644 --- a/package.json +++ b/package.json @@ -1,56 +1,56 @@ { - "name": "gulp-jasmine", - "version": "2.4.2", - "description": "Run Jasmine tests", - "license": "MIT", - "repository": "sindresorhus/gulp-jasmine", - "author": { - "email": "sindresorhus@gmail.com", - "name": "Sindre Sorhus", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=4" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js" - ], - "keywords": [ - "bdd", - "framework", - "gulpplugin", - "jasmine", - "qunit", - "runner", - "spec", - "tap", - "tdd", - "test", - "testing", - "unit" - ], - "dependencies": { - "arrify": "^1.0.0", - "jasmine": "^2.8.0", - "jasmine-terminal-reporter": "^1.0.3", - "plugin-error": "^0.1.2", - "through2": "^2.0.0" - }, - "devDependencies": { - "ava": "*", - "gulp": "^3.8.7", - "vinyl": "^2.1.0", - "xo": "*" - }, - "xo": { - "envs": [ - "jasmine" - ] - }, - "ava": { - "serial": true - } + "name": "gulp-jasmine", + "version": "3.0.0", + "description": "Run Jasmine tests", + "license": "MIT", + "repository": "sindresorhus/gulp-jasmine", + "author": { + "email": "sindresorhus@gmail.com", + "name": "Sindre Sorhus", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "bdd", + "framework", + "gulpplugin", + "jasmine", + "qunit", + "runner", + "spec", + "tap", + "tdd", + "test", + "testing", + "unit" + ], + "dependencies": { + "arrify": "^1.0.0", + "jasmine": "^2.8.0", + "jasmine-terminal-reporter": "^1.0.3", + "plugin-error": "^0.1.2", + "through2": "^2.0.0" + }, + "devDependencies": { + "ava": "*", + "gulp": "^3.8.7", + "vinyl": "^2.1.0", + "xo": "*" + }, + "xo": { + "envs": [ + "jasmine" + ] + }, + "ava": { + "serial": true + } }