Skip to content

Commit

Permalink
fix: satisfy eslint and update harper.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Jan 2, 2025
1 parent 2075d2c commit 613d0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/harper.js/examples/commonjs-simple/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let harper = require('harper.js');
import * as harper from 'harper.js';

async function main() {
// We cannot use `WorkerLinter` on Node.js since it relies on web-specific APIs.
Expand Down
2 changes: 1 addition & 1 deletion packages/harper.js/examples/commonjs-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"start": "node index.js"
},
"dependencies": {
"harper.js": "^0.13.0"
"harper.js": "^0.14.0"
}
}

0 comments on commit 613d0a2

Please sign in to comment.