@nanogiants/vue3-longpress
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@nanogiants/vue3-longpress", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"files": [ | ||
@@ -8,5 +8,5 @@ "dist", | ||
], | ||
"main": "dist/js/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/js/index.d.ts", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.es.js", | ||
"types": "dist/lib/index.d.ts", | ||
"sideEffects": false, | ||
@@ -38,8 +38,8 @@ "author": { | ||
"scripts": { | ||
"dev": "rollup -c -w", | ||
"build": "rimraf dist && rollup -c", | ||
"dev": "vite", | ||
"build": "vue-tsc --noEmit && vite build", | ||
"test": "jest", | ||
"lint": "eslint \"src/**/*.{ts,vue}\"" | ||
}, | ||
"gitHead": "be3a41142322d2d09e931f5b5708e02c94679473" | ||
"gitHead": "776516b6baa351e4fe8bf27b65fce0d9a576d9ff" | ||
} |
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
5903
9
63