@mongosh/js-multiline-to-singleline
Advanced tools
Comparing version 1.3.1 to 1.4.1
@@ -69,2 +69,5 @@ "use strict"; | ||
comments: true, | ||
configFile: false, | ||
babelrc: false, | ||
browserslistConfigFile: false, | ||
plugins: [lineCommentToBlockComment], | ||
@@ -71,0 +74,0 @@ sourceType: 'script' |
{ | ||
"name": "@mongosh/js-multiline-to-singleline", | ||
"version": "1.3.1", | ||
"version": "1.4.1", | ||
"description": "Make multiline JS into a single line", | ||
@@ -32,8 +32,8 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@babel/core": "^7.14.8" | ||
"@babel/core": "^7.16.12" | ||
}, | ||
"devDependencies": { | ||
"@types/babel__core": "^7.1.15" | ||
"@types/babel__core": "^7.1.18" | ||
}, | ||
"gitHead": "29a1453899120580f7ee669ec5952810b86d11b7" | ||
"gitHead": "4e88ce238c93af5f2eb5ad9f9e3a2ac5ef1eb2e0" | ||
} |
Sorry, the diff of this file is not supported yet
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
17895
95
Updated@babel/core@^7.16.12