chore: setup Yarn constraints (#13363)

This commit is contained in:
Kristoffer K
2021-05-31 18:46:03 +02:00
committed by GitHub
parent 0b29b5c2c0
commit 140ec5aa5c
161 changed files with 926 additions and 316 deletions

View File

@@ -11,7 +11,7 @@
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-hoist-variables": "workspace:^7.13.0",
"@babel/helper-module-transforms": "workspace:^7.13.0",
@@ -30,5 +30,9 @@
"@babel/helper-plugin-test-runner": "workspace:*",
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs"
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs",
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)"
}