Skip to content

Commit

Permalink
fix(formatting): appease Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Dec 30, 2024
1 parent 2c806e6 commit db39bf0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/harper.js/examples/commonjs-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ You can run it using Yarn:

```
yarn install
yarn start
yarn start
```
18 changes: 9 additions & 9 deletions packages/harper.js/examples/commonjs-simple/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "commonjs-simple",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node index.cjs"
},
"dependencies": {
"harper.js": "^0.13.0"
}
"name": "commonjs-simple",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node index.cjs"
},
"dependencies": {
"harper.js": "^0.13.0"
}
}

0 comments on commit db39bf0

Please sign in to comment.