atcoder-workspace 1.1.0-beta.3 → 1.1.0
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/dist/cli.js +0 -0
- package/package.json +2 -2
- package/src/cli.ts +1 -1
package/dist/cli.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "atcoder-workspace",
|
|
3
|
-
"version": "1.1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "AtCoder Workspace CLI (Local-first)",
|
|
5
5
|
"main": "dist/cli.js",
|
|
6
6
|
"bin": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"test": "vitest run",
|
|
13
13
|
"test:watch": "vitest",
|
|
14
14
|
"dev": "tsx src/cli.ts",
|
|
15
|
-
"test-env:setup": "npm run build && npm pack && npm --prefix test install atcoder-workspace-1.1.0
|
|
15
|
+
"test-env:setup": "npm run build && npm pack && npm --prefix test install atcoder-workspace-1.1.0.tgz"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
18
|
"atcoder",
|
package/src/cli.ts
CHANGED