@clerc/plugin-strict-flags
Advanced tools
Comparing version 0.10.4 to 0.10.5
{ | ||
"name": "@clerc/plugin-strict-flags", | ||
"version": "0.10.4", | ||
"version": "0.10.5", | ||
"author": "Ray <nn_201312@163.com> (https://github.com/so1ve)", | ||
@@ -15,2 +15,3 @@ "description": "Clerc plugin strict flags", | ||
], | ||
"type": "module", | ||
"homepage": "https://github.com/so1ve/clerc/tree/main/packages/plugin-strict-flags#readme", | ||
@@ -30,7 +31,6 @@ "repository": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs" | ||
} | ||
}, | ||
"main": "dist/index.cjs", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
@@ -56,3 +56,3 @@ "types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@clerc/core": "0.10.4" | ||
"@clerc/core": "0.10.5" | ||
}, | ||
@@ -59,0 +59,0 @@ "scripts": { |
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
3399
33
Yes