Skip to content

Commit 9d157e2

Browse files
committed
fix pkg.jsons
1 parent b846666 commit 9d157e2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

tools/build/package.json

-4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
2222
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
2323
"@babel/plugin-proposal-private-methods": "^7.9.5",
2424
"@babel/plugin-proposal-private-property-in-object": "^7.9.5",
25-
"@babel/plugin-syntax-import-attributes":"7.22.5",
26-
"@babel/plugin-transform-class-properties": "^7.22.5",
2725
"@babel/plugin-transform-react-jsx": "^7.9.4",
28-
"@babel/plugin-transform-modules-amd": "^7.22.5",
29-
"@babel/plugin-transform-async-generator-functions": "^7.22.7",
3026
"@babel/preset-env": "^7.9.5",
3127
"@babel/preset-react": "^7.9.4",
3228
"@babel/preset-typescript": "^7.9.0",

tools/create/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"build": "rollup -c rollup.config.mjs"
1212
},
1313
"publishConfig": {
14-
"access": "public"
14+
"access": "public",
15+
"registry": "https://artifactory.corp.mongodb.com/artifactory/api/npm/leafygreen-ui/"
1516
},
1617
"dependencies": {
1718
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)