vaderjs 1.3.3-alpha-105 → 1.3.3-alpha-107

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 (2) hide show
  1. package/README.md +0 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,12 +23,6 @@
23
23
  npm i vaderjs@latest
24
24
  ```
25
25
 
26
- 3. Install five server - recommended to watch the index.html file as you edit your code
27
-
28
- [Vscode 5 Server](https://marketplace.visualstudio.com/items?itemName=yandeu.five-server)
29
-
30
- > When running the server ensure the root is the dist folder and not the main workspace folder
31
-
32
26
  4. Create Proper Folders
33
27
 
34
28
  Create a pages folder - which allows you to have nextjs page like routing via buns file based router
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.3-alpha-105",
5
+ "version": "1.3.3-alpha-107",
6
6
  "bin": {
7
7
  "vader": "./vader.js"
8
8
  },