Skip to content

Commit 8e0a6e9

Browse files
committed
Merge pull request #416 from twada/remove-capt-expr
update empower-core and babel-plugin-espower to make `t._capt` and `t._expr` unnecessary
2 parents 7b764ea + 70dd2a7 commit 8e0a6e9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

lib/test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,5 @@ Test.prototype._publicApi = function () {
284284
api[el] = enhanced[el].bind(enhanced);
285285
});
286286

287-
api._capt = enhanced._capt.bind(enhanced);
288-
api._expr = enhanced._expr.bind(enhanced);
289-
290287
return api;
291288
};

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"arrify": "^1.0.0",
8080
"ava-init": "^0.1.0",
8181
"babel-core": "^6.3.21",
82-
"babel-plugin-espower": "^2.0.0",
82+
"babel-plugin-espower": "^2.1.0",
8383
"babel-plugin-transform-runtime": "^6.3.13",
8484
"babel-preset-es2015": "^6.3.13",
8585
"babel-preset-stage-2": "^6.3.13",
@@ -93,7 +93,7 @@
9393
"core-assert": "^0.1.0",
9494
"debug": "^2.2.0",
9595
"deeper": "^2.1.0",
96-
"empower-core": "^0.2.0",
96+
"empower-core": "^0.4.0",
9797
"figures": "^1.4.0",
9898
"find-cache-dir": "^0.1.1",
9999
"fn-name": "^2.0.0",

0 commit comments

Comments
 (0)