We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6ae5e commit fbefda7Copy full SHA for fbefda7
packages/platform-rig/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hcengineering/platform-rig",
3
- "version": "0.7.0",
+ "version": "0.7.1",
4
"scripts": {
5
"build": "echo 'Not required'",
6
"format": "echo 'Not required'"
@@ -9,14 +9,13 @@
9
"./bin/*": "./bin/*",
10
"./profiles/*": "./profiles/*"
11
},
12
- "devDependencies": {
+ "devDependencies": {},
13
+ "dependencies": {
14
"eslint-config-standard-with-typescript": "^40.0.0",
15
"svelte-eslint-parser": "^0.33.1",
16
"esbuild": "^0.24.2",
17
"esbuild-svelte": "^0.9.0",
- "esbuild-plugin-copy": "~2.1.1"
18
- },
19
- "dependencies": {
+ "esbuild-plugin-copy": "~2.1.1",
20
"typescript": "^5.8.3"
21
22
"bin": {
0 commit comments