Skip to content

Commit

Permalink
remove babel, update verify functionna,es, 0.8.0 => npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mdunisch committed Jan 25, 2016
1 parent 693574a commit 8046cb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 0 additions & 2 deletions lololodash.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

'use strict';

require('babel/register');

var workshopper = require('workshopper'),
path = require('path'),
updateNotifier = require('update-notifier'),
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
Expand Down

0 comments on commit 8046cb9

Please sign in to comment.