Skip to content

Commit

Permalink
fixup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbutton committed Dec 16, 2020
1 parent 3e4d2be commit 75caf98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/babel-plugin-proposal-record-and-tuple/package.json
Expand Up @@ -11,7 +11,8 @@
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"main": "./lib/index.js",
"exports": "./lib/index.js",
"keywords": [
"babel-plugin"
],
Expand All @@ -25,6 +26,6 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "workspace:^7.10.4"
"@babel/core": "workspace:*"
}
}

0 comments on commit 75caf98

Please sign in to comment.