@calibur/skr-template
Advanced tools
Comparing version 0.0.12-alpha.0 to 0.0.14-alpha.0
{ | ||
"name": "@calibur/skr-template", | ||
"version": "0.0.12-alpha.0", | ||
"version": "0.0.14-alpha.0", | ||
"author": "falstack <icesilt@outlook.com>", | ||
"license": "MIT", | ||
"gitHead": "5c9d4dfe90f1f7860fad671d549f0176e719d5f6" | ||
"gitHead": "3074d7b4c967b177363a3f4686bd8355425fc8f9" | ||
} |
@@ -5,4 +5,5 @@ { | ||
"version": "0.0.0", | ||
"main": "dist/<%= name.paramCase %>.umd.js", | ||
"module": "dist/<%= name.paramCase %>.es.js", | ||
"main": "./dist/<%= name.paramCase %>.umd.js", | ||
"module": "./dist/<%= name.paramCase %>.es.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
@@ -9,0 +10,0 @@ "dev": "vite", |
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
8857
24