Comparing version 1.0.1 to 1.0.2
{ | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"bin": { | ||
"agile-css": "./bin/agile-css" | ||
"agile-css": "./bin/agile-css.cjs" | ||
}, | ||
@@ -16,3 +16,3 @@ "files": [ | ||
"bin", | ||
"cli.js" | ||
"cli.cjs" | ||
], | ||
@@ -27,3 +27,3 @@ "scripts": { | ||
"analyze": "size-limit --why", | ||
"test:cli": "node cli -w" | ||
"test:cli": "node cli.cjs -w" | ||
}, | ||
@@ -30,0 +30,0 @@ "husky": { |
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
382877