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,13 +1,21 @@
version: '3' name: bitcoin-logo
services: services:
bitcoin-logo: bitcoin-logo:
build: . container_name: bitcoin-logo
ports: build:
- "3003:80" context: .
restart: always dockerfile: Dockerfile
# ports:
# - "3003:80"
expose:
- "80"
restart: unless-stopped
# volumes:
# - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
networks: networks:
- npm_public - npm_public
networks: networks:
npm_public: npm_public:
external: true external: true

4
package-lock.json generated
View File

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

View File

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