extension 1.4.4 → 1.4.5
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.
- package/README.md +2 -2
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
> Plug-and-play, zero-config, cross-browser extension development tool.
|
|
18
18
|
|
|
19
|
-
<img width="1440" alt="Screenshot 2024-03-25 at 13 06 15" src="https://github.com/cezaraugusto/
|
|
19
|
+
<img width="1440" alt="Screenshot 2024-03-25 at 13 06 15" src="https://github.com/cezaraugusto/extension.js.org/assets/4672033/01a90694-4705-416e-898c-20bf845984e7">
|
|
20
20
|
|
|
21
21
|
<hr>
|
|
22
22
|
|
|
@@ -168,7 +168,7 @@ If you want to target a specific browser, just pass the `--browser` flag to the
|
|
|
168
168
|
extension dev --browser=all
|
|
169
169
|
```
|
|
170
170
|
|
|
171
|
-
<img width="1440" alt="Screenshot 2024-03-25 at 13 06 15" src="https://github.com/cezaraugusto/
|
|
171
|
+
<img width="1440" alt="Screenshot 2024-03-25 at 13 06 15" src="https://github.com/cezaraugusto/extension.js.org/assets/4672033/01a90694-4705-416e-898c-20bf845984e7">
|
|
172
172
|
|
|
173
173
|
## License
|
|
174
174
|
|
package/dist/cli.js
CHANGED
|
@@ -139,7 +139,7 @@ var package_default = {
|
|
|
139
139
|
node: ">=18"
|
|
140
140
|
},
|
|
141
141
|
name: "extension",
|
|
142
|
-
version: "1.4.
|
|
142
|
+
version: "1.4.5",
|
|
143
143
|
description: "Create cross-browser extensions with no build configuration.",
|
|
144
144
|
main: "./dist/cli.js",
|
|
145
145
|
types: "./dist/cli.d.ts",
|