@lumjs/core 1.0.0-beta.6 → 1.0.0

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 +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,8 +15,9 @@ The documentation is written in [JSDoc 3](https://jsdoc.app/) format.
15
15
  You can compile the documentation using `npm run build-docs`
16
16
  which will put the generated docs into the `./docs/api` folder.
17
17
 
18
- ### [Changelog](./docs/changelogs/1.0-beta.md)
18
+ ### [Changelog](./docs/changelogs/1.x.md)
19
19
  ### [TODO](TODO.md)
20
+ ### [Homepage](https://supernovus.github.io/)
20
21
 
21
22
  ## Official URLs
22
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumjs/core",
3
- "version": "1.0.0-beta.6",
3
+ "version": "1.0.0",
4
4
  "main": "lib/index.js",
5
5
  "exports":
6
6
  {
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "devDependencies":
28
28
  {
29
- "@lumjs/tests": "^1.0.0",
29
+ "@lumjs/tests": "^1.3.0",
30
30
  "jsdoc": "^3.6.10"
31
31
  },
32
32
  "scripts":