Skip to content

Commit

Permalink
Fix local cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Nov 9, 2023
1 parent 1d52287 commit 7f7b342
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 6 additions & 0 deletions packages/cheatsheet-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,11 @@
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.11.1"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
},
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/cursorless-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"immutability-helper": "^3.1.1",
"itertools": "^2.1.1",
"lodash": "^4.17.21",
"node-html-parser": "^5.3.3",
"node-html-parser": "^6.1.11",
"sbd": "^1.0.19",
"zod": "3.22.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cursorless-engine/src/core/Cheatsheet.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { readFile, writeFile } from "fs/promises";
import parse from "node-html-parser";
import { parse } from "node-html-parser";
import produce from "immer";
import { sortBy } from "lodash";
import { ide } from "../singletons/ide.singleton";
Expand Down
6 changes: 0 additions & 6 deletions packages/cursorless-org/postcss.config.js

This file was deleted.

10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f7b342

Please sign in to comment.