From 8046cb946b0088c5a81b2facc8ab23c90df63a64 Mon Sep 17 00:00:00 2001 From: mdunisch Date: Mon, 25 Jan 2016 09:43:50 +0100 Subject: [PATCH] remove babel, update verify functionna,es, 0.8.0 => npm publish --- lib/verify.js | 2 +- lololodash.js | 2 -- package.json | 6 ++---- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/lib/verify.js b/lib/verify.js index a50110e..43e8478 100644 --- a/lib/verify.js +++ b/lib/verify.js @@ -75,7 +75,7 @@ function logcompare(input, output, shouldbe, __) { module.exports = function (tests, run) { - var exercise = _.compose(execute, filecheck)(exerciser()); + var exercise = _.flowRight(execute, filecheck)(exerciser()); function i18nSafeHas(key) { try { diff --git a/lololodash.js b/lololodash.js index 8d8b805..3f1c65f 100644 --- a/lololodash.js +++ b/lololodash.js @@ -2,8 +2,6 @@ 'use strict'; -require('babel/register'); - var workshopper = require('workshopper'), path = require('path'), updateNotifier = require('update-notifier'), diff --git a/package.json b/package.json index e34ff3b..9909e0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lololodash", - "version": "0.6.9", + "version": "0.8.0", "description": "A Set of Lo-Dash Javascript Exercises", "main": "lololodash.js", "repository": { @@ -21,11 +21,9 @@ }, "homepage": "https://github.com/mdunisch/lololodash", "dependencies": { - "babel": "^5.8.34", "colors-tmpl": "^1.0.0", "diff": "^2.2.1", - "lodash": "^3.10.1", - "moment": "^2.11.0", + "lodash": "^4.0.0", "update-notifier": "^0.6.0", "workshopper": "^2.7.0", "workshopper-exercise": "^2.5.3"