vaderjs 1.3.7-alpha-2 → 1.3.7-alpha-3
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,7 +62,7 @@ public - used for anything
|
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
|
|
65
|
-
4. And your done - Run `
|
|
65
|
+
4. And your done - Run `bun run vader --build` and the compiled output is visible inside of the `/dist/` folder!
|
|
66
66
|
|
|
67
67
|
## Key Features & Examples
|
|
68
68
|
|
package/package.json
CHANGED