@timelinekit/core 1.0.3 → 1.0.5

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 (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timelinekit/core",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -71,12 +71,6 @@
71
71
  "./styles/ec": "./dist/styles/ec.css",
72
72
  "./styles/ec/scss": "./styles/ec.scss"
73
73
  },
74
- "scripts": {
75
- "build": "rollup -c && sass styles/gc.scss dist/styles/gc.css --style=compressed --no-source-map && sass styles/rs.scss dist/styles/rs.css --style=compressed --no-source-map && sass styles/ec.scss dist/styles/ec.css --style=compressed --no-source-map && sass styles/index.scss dist/styles/index.css --style=compressed --no-source-map",
76
- "dev": "tsc --watch",
77
- "test": "vitest run",
78
- "test:watch": "vitest"
79
- },
80
74
  "peerDependencies": {
81
75
  "exceljs": "^4.4.0",
82
76
  "html2canvas": "^1.4.0",
@@ -106,5 +100,11 @@
106
100
  "styles",
107
101
  "README.md",
108
102
  "LICENSE"
109
- ]
110
- }
103
+ ],
104
+ "scripts": {
105
+ "build": "rollup -c && sass styles/gc.scss dist/styles/gc.css --style=compressed --no-source-map && sass styles/rs.scss dist/styles/rs.css --style=compressed --no-source-map && sass styles/ec.scss dist/styles/ec.css --style=compressed --no-source-map && sass styles/index.scss dist/styles/index.css --style=compressed --no-source-map",
106
+ "dev": "tsc --watch",
107
+ "test": "vitest run",
108
+ "test:watch": "vitest"
109
+ }
110
+ }