@toruslabs/config
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -5,3 +5,3 @@ const currentPkg = require("./package.json"); | ||
module.exports = { | ||
presets: ["@babel/env", "@babel/typescript"], | ||
presets: [["@babel/env", { modules: false, bugfixes: true }], "@babel/typescript"], | ||
plugins: [ | ||
@@ -8,0 +8,0 @@ "@babel/plugin-syntax-bigint", |
{ | ||
"name": "@toruslabs/config", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Sensible Babel, Prettier, Typescript configuration for libraries", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "e06084e305947f49afdc35d4a327d762a96bf7a1" | ||
"gitHead": "cfafd14367321f925ae2c57eb74842f8cb555694" | ||
} |
@@ -6,5 +6,3 @@ module.exports = { | ||
umd: true, | ||
analyzerMode: "disabled", | ||
browserslistrc: ["supports bigint", "not dead"], | ||
@@ -11,0 +9,0 @@ polyfillNodeDeps: { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3522