function-tree
Advanced tools
Comparing version 3.2.2-1524554116963 to 3.2.2-1525724201307
@@ -27,3 +27,3 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
_this.latestExecutionId = null; | ||
_this.version = "3.2.2-1524554116963"; | ||
_this.version = "3.2.2-1525724201307"; | ||
_this.init(); | ||
@@ -30,0 +30,0 @@ return _this; |
@@ -48,3 +48,3 @@ 'use strict'; | ||
_this.latestExecutionId = null; | ||
_this.version = "3.2.2-1524554116963"; | ||
_this.version = "3.2.2-1525724201307"; | ||
_this.init(); | ||
@@ -51,0 +51,0 @@ return _this; |
{ | ||
"name": "function-tree", | ||
"version": "3.2.2-1524554116963", | ||
"version": "3.2.2-1525724201307", | ||
"description": "When a function is not enough", | ||
@@ -15,3 +15,2 @@ "main": "index.js", | ||
"prepublish": "npm run build", | ||
"setup": "npm install --only=dev", | ||
"test": "npm run test:ts && cross-env BABEL_ENV=test mocha --require babel-register \"src/**/*.test.js\"", | ||
@@ -26,5 +25,2 @@ "test:ts": "cross-env TS_NODE_IGNORE=false mocha --require ts-node/register \"src/**/*.spec.ts\"", | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^5.1.0" | ||
}, | ||
"directories": { | ||
@@ -31,0 +27,0 @@ "test": "tests" |
0
364898