Skip to content

Commit 40f2e88

Browse files
committed
111
1 parent ad3862b commit 40f2e88

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

.editorconfig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
[*]
22
charset = utf-8
3-
4-
5-
[*.{json}]
63
indent_style = space
4+
5+
[*.{js,json}]
76
indent_size = 4
87

98
[*.toml]
10-
indent_style = space
119
indent_size = 4

package.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{
2+
"name": "gaia-assembler-workspace",
23
"private": true,
4+
"version": "1.0.0",
5+
"description": "Gaia Multi-Platform Assembler - Workspace",
36
"scripts": {
4-
"build": "cargo build --release",
5-
"test": "cargo test --release",
6-
"fmt": "cargo fmt --all",
7-
"p": "git push && git push --tags --prune",
8-
"reset": "git reset Head~ --soft",
9-
"u": "cargo upgrade --workspace"
10-
}
11-
}
7+
"build": "pnpm -r run build",
8+
"test": "pnpm -r run test"
9+
},
10+
"devDependencies": {
11+
"pnpm": "^8.0.0"
12+
},
13+
"engines": {
14+
"node": ">=16.0.0",
15+
"pnpm": ">=8.0.0"
16+
},
17+
"packageManager": "pnpm@8.0.0"
18+
}

0 commit comments

Comments
 (0)