Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roeldev committed Feb 22, 2016
1 parent 38d22ff commit cf2a8a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*/
'use strict';

var Gulp = require('gulp');
// var Maelstrom = require('maelstrom');
var Maelstrom = require('../maelstrom/lib/index.js');
const Gulp = require('gulp');
const Maelstrom = require('maelstrom');
// const Maelstrom = require('../maelstrom/lib/index.js');

Maelstrom.init(Gulp, ['maelstrom-js']);
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"setup": "npm install",
"start": "npm run setup && gulp watch",
"test": "mocha --reporter spec --check-leaks --globals store@sparkles",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --globals store@sparkles"
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --globals store@sparkles",
"depcheck": "depcheck --ignores=mocha-lcov-reporter,jscs,jshint-stylish"
},
"dependencies": {
"confirge": "^0.4.0",
Expand All @@ -39,11 +40,9 @@
},
"devDependencies": {
"coveralls": "^2.11.4",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-mocha": "^2.1.3",
"istanbul": "^0.4.2",
"log-interceptor": "^1.0.0",
"mocha": "^2.3.3",
"mocha-lcov-reporter": "1.0.0"
},
Expand Down

0 comments on commit cf2a8a2

Please sign in to comment.