tbssnch 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,16 +1,13 @@
1
- It's me, Tierney!
2
-
3
1
  # Usage
4
2
 
5
3
  ## npm
4
+
6
5
  ```
7
- npx bitandbang
6
+ npx tbssnch
8
7
  ```
9
8
 
10
9
  ## GitHub Package Registry
10
+
11
11
  Assuming you have the GitHub registry set up, you can use via npx:
12
- ```
13
- npx @bnb/card
14
- ```
15
12
 
16
13
  Not including how to use it globally because I'm not sure why you'd want this as a global command. That'd be creepy.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tbssnch",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A personal card for Tyler Bussanich (@tbssnch)",
5
5
  "main": "/bin/card.mjs",
6
6
  "bin": {