3 Commits
v1.0.1 ... main

Author SHA1 Message Date
7b32baf99c Update docker-compose.yml
All checks were successful
Deploy to Production / deploy (push) Successful in 5s
2026-03-04 01:23:54 +00:00
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
3 changed files with 35 additions and 9 deletions

View File

@@ -1,10 +1,18 @@
version: '3'
name: bitcoin-logo
services:
bitcoin-logo:
build: .
ports:
- "3003:80"
restart: always
container_name: bitcoin-logo
build:
context: .
dockerfile: Dockerfile
# ports:
# - "3003:80"
expose:
- "80"
restart: unless-stopped
# volumes:
# - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
networks:
- npm_public

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",