@b9g/crank
Advanced tools
Comparing version 0.5.0-beta.1 to 0.5.0-debug.0
{ | ||
"name": "@b9g/crank", | ||
"version": "0.5.0-beta.1", | ||
"version": "0.5.0-debug.0", | ||
"description": "Write JSX-driven components with functions, promises and generators.", | ||
@@ -17,4 +17,4 @@ "homepage": "https://crank.js.org", | ||
".": { | ||
"import": "./index.js", | ||
"require": "./index.cjs" | ||
"import": "./mod.js", | ||
"require": "./mod.cjs" | ||
}, | ||
@@ -45,9 +45,9 @@ "./crank": { | ||
}, | ||
"./index": { | ||
"import": "./index.js", | ||
"require": "./index.cjs" | ||
"./mod": { | ||
"import": "./mod.js", | ||
"require": "./mod.cjs" | ||
}, | ||
"./index.js": { | ||
"import": "./index.js", | ||
"require": "./index.cjs" | ||
"./mod.js": { | ||
"import": "./mod.js", | ||
"require": "./mod.cjs" | ||
}, | ||
@@ -70,5 +70,5 @@ "./package.json": "./package.json", | ||
}, | ||
"main": "index.cjs", | ||
"module": "index.js", | ||
"types": "index.d.ts", | ||
"main": "mod.cjs", | ||
"module": "mod.js", | ||
"types": "mod.d.ts", | ||
"devDependencies": { | ||
@@ -97,2 +97,2 @@ "@arkweid/lefthook": "^0.7.7", | ||
} | ||
} | ||
} |
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
1033915