Skip to content

Commit

Permalink
fix(harper.js): fix issues with last npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Dec 30, 2024
1 parent ef4d503 commit cec3ebc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/harper.js/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Harper

Harper is a grammar checker designed to be easy to consume and integrate into your products.
**It always runs on-device**, which means there aren't any privacy considerations or servers to run.

[Read the documentation to learn more.](https://writewithharper.com/docs/harperjs/introduction)

Wondering how good our algorithm is? [Give it a whirl.](https://writewithharper.com)
2 changes: 1 addition & 1 deletion packages/harper.js/examples/commonjs-simple/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ harper.js@^0.13.0:
dependencies:
wasm "link:../../../../../../.cache/yarn/v6/npm-harper-js-0.13.0-f9e945c842f4e07e1b7042e3eef00a8040b2e0dd-integrity/harper-wasm/pkg"

"wasm@link:../../harper-wasm/pkg":
"wasm@link:../../../../../../.cache/yarn/v6/npm-harper-js-0.13.0-f9e945c842f4e07e1b7042e3eef00a8040b2e0dd-integrity/harper-wasm/pkg":
version "0.0.0"
uid ""
18 changes: 14 additions & 4 deletions packages/harper.js/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
{
"name": "harper.js",
"version": "0.13.0",
"version": "0.13.1",
"license": "Apache-2.0",
"author": "Elijah Potter",
"description": "The grammar checker for developers.",
"repository": {
"type": "git",
"url": "git+https://github.com/automattic/harper.git",
"directory": "packages/harper.js"
},
"bugs": {
"url": "https://github.com/automattic/harper/issues"
},
"homepage": "https://writewithharper.com",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest run"
},
"dependencies": {
"wasm": "link:../../harper-wasm/pkg"
},
"devDependencies": {
"wasm": "link:../../harper-wasm/pkg",
"@vitest/browser": "^2.1.8",
"playwright": "^1.49.1",
"typescript": "~5.6.2",
Expand Down

0 comments on commit cec3ebc

Please sign in to comment.