Skip to content

Commit

Permalink
misc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug committed Oct 26, 2024
1 parent 3f5e4ac commit 1aacde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"main": "appexpress.js",
"license": "Apache-2.0",
"scripts": {
"tests": "cd tests && node test.js",
"lint": "prettier . --check",
"format": "prettier . --write"
"format": "prettier . --write",
"tests": "cd tests && node test.js"
},
"prettier": {
"tabWidth": 4,
Expand Down

0 comments on commit 1aacde9

Please sign in to comment.