Skip to content

Commit 6800a9a

Browse files
author
dphaener
committed
Remove double babel dependency
This removes the double dependency on Babel in package.json.
1 parent b334626 commit 6800a9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "legit-tests",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "a chainable testing library for React",
55
"main": "legit-tests.js",
66
"scripts": {
@@ -29,7 +29,6 @@
2929
"homepage": "https://github.com/legitcode/tests#readme",
3030
"devDependencies": {
3131
"alt": "^0.17.4",
32-
"babel": "^5.8.23",
3332
"babel-core": "^5.8.25",
3433
"babel-eslint": "^4.1.3",
3534
"babel-loader": "^5.3.2",

0 commit comments

Comments
 (0)