magic-comments
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "magic-comments", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Utility for adding webpack magic comments at build time.", | ||
@@ -38,3 +38,3 @@ "type": "module", | ||
"check-types": "tsc --noEmit", | ||
"build:types": "tsc --emitDeclarationOnly && tsc -p ./tsconfig.cjs.json", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"build:dual": "babel-dual-package --out-dir dist --extensions .ts src", | ||
@@ -61,3 +61,3 @@ "build": "npm run build:types && npm run build:dual", | ||
"@typescript-eslint/parser": "^5.60.1", | ||
"babel-dual-package": "^1.0.0-alpha.1", | ||
"babel-dual-package": "^1.0.0-alpha.2", | ||
"eslint": "^8.42.0", | ||
@@ -64,0 +64,0 @@ "eslint-config-prettier": "^8.8.0", |
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
168153