@calibur/skr-template
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "@calibur/skr-template", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"author": "falstack <icesilt@outlook.com>", | ||
"license": "MIT", | ||
"gitHead": "bb5aff378012beac0bd5f9c009fd321178d24d97" | ||
"gitHead": "fe19422da80cd160631fb83406cfc66e3c609af3" | ||
} |
@@ -6,4 +6,4 @@ { | ||
"description": "this repository generated by @calibur/skr-cli", | ||
"main": "./dist/<%= name.paramCase %>.umd.js", | ||
"module": "./dist/<%= name.paramCase %>.es.js", | ||
"main": "./dist/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/index.d.ts", | ||
@@ -13,4 +13,3 @@ "scripts": { | ||
"lint": "eslint --ext js,jsx,ts,tsx,vue . --fix", | ||
"build": "vite build", | ||
"serve": "vite preview" | ||
"build": "tsup ./src/index.ts --format esm,cjs --legacy-output --dts --minify" | ||
}, | ||
@@ -27,4 +26,5 @@ "devDependencies": { | ||
"prettier": "<%= prettier %>", | ||
"tsup": "<%= tsup %>", | ||
"typescript": "<%= typescript %>" | ||
} | ||
} |
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
66709