vaderjs 1.3.7-alpha-1 → 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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/vader +0 -0
package/README.md CHANGED
@@ -62,7 +62,7 @@ public - used for anything
62
62
 
63
63
 
64
64
 
65
- 4. And your done - Run `npm run build` and the compiled output is visible inside of the `/dist/` folder!
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
@@ -2,7 +2,7 @@
2
2
  "name": "vaderjs",
3
3
  "description": "A Reactive library aimed to helping you build reactive applications inspired by react.js",
4
4
  "module": "vader.js",
5
- "version": "1.3.7-alpha-1",
5
+ "version": "1.3.7-alpha-3",
6
6
  "bin": {
7
7
  "vader": "./vader"
8
8
  },
package/vader CHANGED
Binary file