@jacobmgevans/card
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@jacobmgevans/card", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A personal card for Jacob Evans (@jacobmgevans)", | ||
@@ -15,3 +15,3 @@ "main": "/bin/card.js", | ||
"scripts": { | ||
"register": "npm run build && npm publish", | ||
"register": "npm run build && npm publish --access public", | ||
"build": "node build.js", | ||
@@ -18,0 +18,0 @@ "dev": "npm run build && node ./bin/card.js", |
# Usage | ||
## npm | ||
``` | ||
npx jacobmgevans | ||
``` | ||
## GitHub Package Registry | ||
@@ -9,0 +4,0 @@ Assuming you have the GitHub registry set up, you can use via npx: |
4453
7