diff --git a/package.json b/package.json index a86f4fb..ad80209 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "@extollo/extollo", + "name": "@crystalmath/api", "version": "0.1.0", - "description": "The framework lifts up your code.", + "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { @@ -22,8 +22,8 @@ "build": "excc -c package.json -t tsconfig.json", "app": "pnpm run build && node lib/index.js", "cli": "pnpm run build && node lib/cli.js", - "cd:build": "docker image build . -t glmdev/mathy-api", - "cd:publish": "docker push glmdev/mathy-api" + "cd:build": "docker image build . -t ${DOCKER_REGISTRY}/glmdev/mathy-api", + "cd:publish": "docker push ${DOCKER_REGISTRY}/glmdev/mathy-api" }, "files": [ "lib/**/*" @@ -32,7 +32,7 @@ "postversion": "git push && git push --tags", "repository": { "type": "git", - "url": "https://code.garrettmills.dev/extollo/extollo" + "url": "https://code.garrettmills.dev/crystalmath/api" }, "author": "garrettmills ", "license": "MIT",