@citolab/qti-components 7.5.0 → 7.5.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 +2 -6
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=20.0.0"
|
|
23
23
|
},
|
|
24
|
-
"version": "7.5.
|
|
24
|
+
"version": "7.5.2",
|
|
25
25
|
"type": "module",
|
|
26
26
|
"main": "./dist/index.js",
|
|
27
27
|
"types": "./dist/index.d.ts",
|
|
@@ -76,7 +76,6 @@
|
|
|
76
76
|
"scripts": {
|
|
77
77
|
"storybook": "run-p storybook:dev cem:watch",
|
|
78
78
|
"watch": "nodemon --watch src --ext ts,css --exec \"run-s tsup cem css && yalc push\"",
|
|
79
|
-
"publish": "run-s clean ci build test lint stylelint publint attw np",
|
|
80
79
|
"-----------------------cmds--": "-",
|
|
81
80
|
"pre-commit": "run-s lint stylelint madge",
|
|
82
81
|
"pre-push": "run-s clean ci build test lint stylelint publint attw",
|
|
@@ -88,7 +87,6 @@
|
|
|
88
87
|
"cem:watch": "cem analyze --watch && cp custom-elements.json ./dist",
|
|
89
88
|
"css": "postcss src/item.css -d dist -m",
|
|
90
89
|
"ci": "npm ci",
|
|
91
|
-
"np": "np",
|
|
92
90
|
"tsup": "tsup",
|
|
93
91
|
"publint": "publint",
|
|
94
92
|
"lint": "eslint src/**/*.ts",
|
|
@@ -156,7 +154,6 @@
|
|
|
156
154
|
"lit": "^3.3.0",
|
|
157
155
|
"madge": "^8.0.0",
|
|
158
156
|
"nodemon": "^3.1.10",
|
|
159
|
-
"np": "^10.2.0",
|
|
160
157
|
"npm-run-all": "^4.1.5",
|
|
161
158
|
"path-browserify": "^1.0.1",
|
|
162
159
|
"pkg-pr-new": "^0.0.51",
|
|
@@ -181,8 +178,7 @@
|
|
|
181
178
|
"typescript-eslint": "^8.34.1",
|
|
182
179
|
"vite": "^6.3.5",
|
|
183
180
|
"vite-tsconfig-paths": "^5.1.4",
|
|
184
|
-
"vitest": "^3.2.4"
|
|
185
|
-
"wireit": "^0.14.12"
|
|
181
|
+
"vitest": "^3.2.4"
|
|
186
182
|
},
|
|
187
183
|
"optionalDependencies": {
|
|
188
184
|
"@rollup/rollup-linux-x64-gnu": "^4.43.0"
|