Skip to content

Commit

Permalink
add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
megamanics committed Sep 20, 2022
1 parent ffadcc2 commit 04c8ad4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
"replace": "replace.js"
},
"dependencies": {
"colors": "latest",
"commander": "^9.4.0",
"diff": "latest",
"dotenv": "^16.0.1",
"log4js": "^6.6.1",
"nacl": "^0.1.3",
"node-fetch": "latest",
"colors": "latest",
"diff": "latest"
"node-fetch": "latest"
},
"devDependencies": {
"prettier": "^2.7.1"
}
}

0 comments on commit 04c8ad4

Please sign in to comment.