a-frame-components
Advanced tools
Comparing version 1.0.32 to 1.0.34
{ | ||
"name": "a-frame-components", | ||
"version": "1.0.32", | ||
"version": "1.0.34", | ||
"description": "", | ||
@@ -13,3 +13,5 @@ "main": "dist/index.js", | ||
"version:major": "npm version major", | ||
"deploy-package": "npm run commit && npm run version:patch && npx tsc && npm run commit && npm publish" | ||
"clean": "rimraf dist", | ||
"build": "npm run clean && npx tsc", | ||
"deploy-package": "npm run commit && npm run version:patch && npm run build && npm run commit && npm publish" | ||
}, | ||
@@ -24,4 +26,5 @@ "author": "", | ||
"devDependencies": { | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.3.3" | ||
} | ||
} |
@@ -29,2 +29,3 @@ import bevelbox from "./bevelbox"; | ||
import skeletonBody from "./skeleton-body"; | ||
export default function () { | ||
@@ -31,0 +32,0 @@ dualArcs(); |
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
1650699
2
169
28018