easy-html-injector
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "easy-html-injector", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A simple HTML injector for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -22,14 +22,2 @@ # easy-html-injector | ||
#### Bonus: Using my package manager | ||
I've made a package manager called [Ultra](https://ultrapkg.dev). If you want to try it out, you can install it with: | ||
```bash | ||
npm install -g @ultrapkg/core | ||
``` | ||
```bash | ||
u add easy-html-injector | ||
``` | ||
### Usage | ||
@@ -36,0 +24,0 @@ First, import the inject function: |
4757
94