Comparing version 1.1.0 to 1.1.1
@@ -11,3 +11,3 @@ #! /usr/bin/env node | ||
const configDir = path.resolve(process.cwd(), 'agilecss.config.js'); | ||
const configDir = path.resolve(process.cwd(), 'agilecss.config.mjs'); | ||
@@ -14,0 +14,0 @@ (async () => { |
{ | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"main": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"type": "module", | ||
@@ -19,3 +19,3 @@ "engines": { | ||
"start": "tsdx watch", | ||
"build": "tsdx build --format cjs,esm,umd --outDir dist", | ||
"build": "tsdx build", | ||
"test": "tsdx test", | ||
@@ -42,3 +42,3 @@ "lint": "tsdx lint", | ||
"author": "hunghg255", | ||
"module": "dist/agile-css.esm.js", | ||
"module": "./dist/agile-css.esm.js", | ||
"size-limit": [ | ||
@@ -63,3 +63,3 @@ { | ||
"dependencies": { | ||
"agile-css": "^1.0.6", | ||
"agile-css": "^1.1.0", | ||
"chokidar": "^3.5.3", | ||
@@ -66,0 +66,0 @@ "commander": "^10.0.1", |
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
384601
+ Addedcaniuse-lite@1.0.30001683(transitive)
+ Addedelectron-to-chromium@1.5.64(transitive)
- Removedcaniuse-lite@1.0.30001684(transitive)
- Removedelectron-to-chromium@1.5.65(transitive)
Updatedagile-css@^1.1.0