Skip to content

Commit

Permalink
missed package.json in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller committed Apr 6, 2019
1 parent 05ed061 commit 780598f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/babel-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-worker",
"version": "1.0.0",
"private":true,
"private": true,
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "6.26.3",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2"
"@babel/core": "^7.4.3",
"@babel/plugin-transform-modules-commonjs": "^7.4.3"
}
}

0 comments on commit 780598f

Please sign in to comment.