Skip to content

Commit ef9da49

Browse files
committed
build(convert-touchstone): fix missing devDependency
1 parent 4fbbfc2 commit ef9da49

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/convert-touchstone/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"sax": "^1.2.4"
1212
},
1313
"devDependencies": {
14+
"babel-core": "^6.26.3",
1415
"babel-plugin-transform-object-rest-spread": "6.26.0",
1516
"cross-env": "5.2.0",
1617
"jest": "23.5.0",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ babel-code-frame@^6.26.0:
953953
esutils "^2.0.2"
954954
js-tokens "^3.0.2"
955955

956-
956+
[email protected], babel-core@^6.26.3:
957957
version "6.26.3"
958958
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207"
959959
dependencies:

0 commit comments

Comments
 (0)