Skip to content

Commit a3b0164

Browse files
Update Meta Updater
1 parent 46e1094 commit a3b0164

18 files changed

Lines changed: 79 additions & 65 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
branches: [main]
88

99
jobs:
10-
publish-extension:
10+
publish-vscode-extension:
11+
name: Publish VSCode extension
1112
runs-on: ubuntu-latest
1213
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1314
environment: production
@@ -47,6 +48,7 @@ jobs:
4748
extensionFile: ${{ steps.publishToOpenVSX.outputs.vsixPath }}
4849

4950
publish-neovim-extension:
51+
name: Publish Neovim extension
5052
runs-on: ubuntu-latest
5153
if: ${{ github.event.workflow_run.conclusion == 'success' }}
5254
environment: production

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"license": "MIT",
66
"packageManager": "pnpm@10.30.3",
77
"type": "module",
8-
"main": "index.js",
98
"engines": {
109
"node": ">=24.14.0"
1110
},

packages/cheatsheet-local/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
"license": "MIT",
66
"private": true,
77
"type": "module",
8-
"main": "./out/index.js",
9-
"types": "./out/index.d.ts",
10-
"exports": {
11-
".": "./out/index.js"
12-
},
138
"scripts": {
149
"typecheck": "tsc",
1510
"clean": "rm -rf ./out tsconfig.tsbuildinfo ./dist ./build",

packages/cursorless-everywhere-talon-e2e/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"license": "MIT",
66
"private": true,
77
"type": "module",
8-
"main": "./out/index.js",
98
"scripts": {
109
"typecheck": "tsc",
1110
"clean": "rm -rf ./out tsconfig.tsbuildinfo ./dist ./build",

packages/cursorless-everywhere-talon/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"license": "MIT",
66
"private": true,
77
"type": "module",
8-
"main": "./out/index.js",
98
"scripts": {
109
"typecheck": "tsc",
1110
"clean": "rm -rf ./out tsconfig.tsbuildinfo ./dist ./build",

packages/cursorless-neovim-e2e/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
"license": "MIT",
66
"private": true,
77
"type": "module",
8-
"main": "./out/index.js",
9-
"types": "./out/index.d.ts",
10-
"exports": {
11-
".": "./out/index.js"
12-
},
138
"scripts": {
149
"typecheck": "tsc",
1510
"clean": "rm -rf ./out tsconfig.tsbuildinfo ./dist ./build"

packages/cursorless-neovim/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
"license": "MIT",
66
"private": true,
77
"main": "./out/index.cjs",
8-
"types": "./out/index.d.ts",
9-
"exports": {
10-
".": "./out/index.cjs"
11-
},
128
"scripts": {
139
"typecheck": "tsc",
1410
"clean": "rm -rf ./out tsconfig.tsbuildinfo ./dist ./build",

packages/cursorless-org-docs/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
"description": "Cursorless documentation website",
55
"license": "MIT",
66
"private": true,
7-
"main": "./out/index.js",
8-
"types": "./out/index.d.ts",
9-
"exports": {
10-
".": "./out/index.js"
11-
},
127
"browserslist": {
138
"production": [
149
">0.5%",

packages/cursorless-org/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
"license": "MIT",
66
"private": true,
77
"type": "module",
8-
"main": "./out/index.js",
9-
"types": "./out/index.d.ts",
10-
"exports": {
11-
".": "./out/index.js"
12-
},
138
"scripts": {
149
"typecheck": "tsc",
1510
"clean": "rm -rf ./out tsconfig.tsbuildinfo ./dist ./build",

packages/cursorless-vscode-e2e/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
"license": "MIT",
66
"private": true,
77
"type": "module",
8-
"main": "./out/index.js",
9-
"types": "./out/index.d.ts",
10-
"exports": {
11-
".": "./out/index.js"
12-
},
138
"scripts": {
149
"typecheck": "tsc",
1510
"clean": "rm -rf ./out tsconfig.tsbuildinfo ./dist ./build"

0 commit comments

Comments
 (0)