Skip to content

Commit 59987e4

Browse files
authored
Merge pull request #12 from wileam/patch-1
"babel-types" should be dependencies
2 parents 35a7521 + ed5edc3 commit 59987e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
},
1010
"dependencies": {
1111
"babel-plugin-transform-es2015-function-name": "^6.9.0",
12-
"simple-is": "~0.2.0"
12+
"simple-is": "~0.2.0",
13+
"babel-types": "^6.10.2"
1314
},
1415
"devDependencies": {
1516
"babel-core": "^6.10.4",
1617
"babel-preset-es2015": "^6.9.0",
17-
"babel-types": "^6.10.2",
1818
"chalk": "^1.1.1",
1919
"diff": "^2.2.3",
2020
"indent-string": "^2.1.0",

0 commit comments

Comments
 (0)