round-core 0.1.0 → 0.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "round-core",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A lightweight frontend framework for SPA with signals and fine grained reactivity",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -9,6 +9,11 @@
9
9
  ".": "./dist/index.js",
10
10
  "./vite-plugin": "./dist/vite-plugin.js"
11
11
  },
12
+ "files": [
13
+ "dist",
14
+ "README.md",
15
+ "LICENSE"
16
+ ],
12
17
  "type": "module",
13
18
  "icon": "Round.png",
14
19
  "repository": {
@@ -33,11 +38,7 @@
33
38
  ],
34
39
  "author": "Round Framework Team",
35
40
  "license": "MIT",
36
- "files": [
37
- "dist"
38
- ],
39
41
  "dependencies": {
40
- "marked": "^12.0.2",
41
42
  "vite": "^5.0.0"
42
43
  },
43
44
  "devDependencies": {