We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c4f3c commit 1961b3aCopy full SHA for 1961b3a
README.md
@@ -9,6 +9,10 @@ this [Documentation](https://gist.github.com/Netkas/e8977b26f482ca40911a949df7dd
9
```sh
10
npm i coffeehouse
11
```
12
+or [Github Packages](https://github.com/Quiec/CoffeeHouse/packages/523647)
13
+```sh
14
+npm i @quiec/coffeehouse
15
+```
16
17
## Lydia Example
18
package.json
@@ -22,8 +22,5 @@
22
"homepage": "https://github.com/quiec/coffeehouse#readme",
23
"dependencies": {
24
"axios": "^0.21.0"
25
- },
26
- "publishConfig": {
27
- "registry":"https://npm.pkg.github.com"
28
}
29
0 commit comments