File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 22
22
"@babel/plugin-proposal-optional-chaining" : " ^7.9.0" ,
23
23
"@babel/plugin-proposal-private-methods" : " ^7.9.5" ,
24
24
"@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" ,
27
25
"@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" ,
30
26
"@babel/preset-env" : " ^7.9.5" ,
31
27
"@babel/preset-react" : " ^7.9.4" ,
32
28
"@babel/preset-typescript" : " ^7.9.0" ,
Original file line number Diff line number Diff line change 11
11
"build" : " rollup -c rollup.config.mjs"
12
12
},
13
13
"publishConfig" : {
14
- "access" : " public"
14
+ "access" : " public" ,
15
+ "registry" : " https://artifactory.corp.mongodb.com/artifactory/api/npm/leafygreen-ui/"
15
16
},
16
17
"dependencies" : {
17
18
"chalk" : " ^4.1.2" ,
You can’t perform that action at this time.
0 commit comments