Skip to content

Commit f31ab45

Browse files
Reorder
1 parent 46450a5 commit f31ab45

File tree

26 files changed

+33
-33
lines changed

26 files changed

+33
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.1.0",
44
"description": "The root of the Cursorless monorepo",
55
"license": "MIT",
6-
"type": "module",
76
"packageManager": "[email protected]",
7+
"type": "module",
88
"main": "index.js",
99
"engines": {
1010
"node": ">=20.16.0"

packages/cheatsheet-local/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.1.0",
44
"description": "Thin wrapper around the cheatsheet for showing local cheatsheet",
55
"license": "MIT",
6-
"type": "module",
7-
"types": "./out/index.d.ts",
86
"private": true,
7+
"type": "module",
98
"main": "./out/index.js",
9+
"types": "./out/index.d.ts",
1010
"exports": {
1111
".": {
1212
"cursorless:bundler": "./src/index.ts",

packages/cheatsheet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Core cheatsheet react component",
55
"license": "MIT",
66
"type": "module",
7-
"types": "./out/index.d.ts",
87
"main": "./out/index.js",
8+
"types": "./out/index.d.ts",
99
"exports": {
1010
".": {
1111
"cursorless:bundler": "./src/index.ts",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Common utilities for use anywhere in our codebase",
55
"license": "MIT",
66
"type": "module",
7-
"types": "./out/index.d.ts",
87
"main": "./out/index.js",
8+
"types": "./out/index.d.ts",
99
"bin": {
1010
"my-ts-node": "./scripts/my-ts-node.js"
1111
},

packages/cursorless-cheatsheet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Cursorless cheatsheet implementation",
55
"license": "MIT",
66
"type": "module",
7-
"types": "./out/index.d.ts",
87
"main": "./out/index.js",
8+
"types": "./out/index.d.ts",
99
"exports": {
1010
".": {
1111
"cursorless:bundler": "./src/index.ts",

packages/cursorless-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "The core Cursorless engine, which is responsible for parsing and executing commands, allocating hats, etc",
55
"license": "MIT",
66
"type": "module",
7-
"types": "./out/index.d.ts",
87
"main": "./out/index.js",
8+
"types": "./out/index.d.ts",
99
"exports": {
1010
".": {
1111
"cursorless:bundler": "./src/index.ts",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "cursorless in talon js core packagee",
55
"license": "MIT",
66
"type": "module",
7-
"types": "./out/index.d.ts",
87
"main": "./out/index.js",
8+
"types": "./out/index.d.ts",
99
"exports": {
1010
".": {
1111
"cursorless:bundler": "./src/index.ts",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.0",
44
"description": "Our Talon everywhere/JS end-to-end tests",
55
"license": "MIT",
6-
"type": "module",
76
"private": true,
7+
"type": "module",
88
"main": "./out/index.js",
99
"scripts": {
1010
"compile": "tsc --build",

packages/cursorless-everywhere-talon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.0",
44
"description": "cursorless in talon js",
55
"license": "MIT",
6-
"type": "module",
76
"private": true,
7+
"type": "module",
88
"main": "./out/index.js",
99
"scripts": {
1010
"esbuild:dev": "pnpm run esbuild:base src/mainDevelopment.ts",

packages/cursorless-neovim-e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "1.0.0",
44
"description": "Our neovim end-to-end tests",
55
"license": "MIT",
6-
"type": "module",
7-
"types": "./out/index.d.ts",
86
"private": true,
7+
"type": "module",
98
"main": "./out/index.js",
9+
"types": "./out/index.d.ts",
1010
"exports": {
1111
".": {
1212
"cursorless:bundler": "./src/index.ts",

0 commit comments

Comments
 (0)