2 Commits

Author SHA1 Message Date
5c309b0959 1.0.2
All checks were successful
Deploy to Production / deploy (push) Successful in 8s
npm-publish / publish (push) Successful in 7s
2026-03-03 22:48:37 +00:00
213a617cdc chore: add keywords to package.json 2026-03-03 22:48:37 +00:00
2 changed files with 21 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "bitcoin-svg-3d",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bitcoin-svg-3d",
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {
"vue": "^3.5.25"
},

View File

@@ -1,9 +1,27 @@
{
"name": "@gkucmierz/bitcoin-logo",
"version": "1.0.1",
"version": "1.0.2",
"description": "Premium 3D SVG rotating Bitcoin logo",
"author": "Grzegorz Kucmierz",
"license": "MIT",
"keywords": [
"bitcoin",
"crypto",
"cryptocurrency",
"logo",
"svg",
"3d",
"animation",
"vue",
"vue3",
"component",
"interactive",
"physics",
"inertia",
"finance",
"blockchain",
"coin"
],
"type": "module",
"main": "./dist/bitcoin-logo.umd.cjs",
"module": "./dist/bitcoin-logo.js",