Skip to content

Commit

Permalink
Remove unused dependency - we are dependencies free 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
kraklin committed Aug 5, 2023
1 parent 4d0865b commit 0521362
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-debug-transformer",
"version": "1.2.0",
"version": "1.2.1",
"description": "Transform Elm Debug.log output into nice log object with custom formatter",
"author": "Tomas Latal <[email protected]>",
"repository": "https://github.com/kraklin/elm-debug-transformer",
Expand Down Expand Up @@ -60,8 +60,5 @@
"tabWidth": 4,
"semi": true,
"singleQuote": true
},
"dependencies": {
"prettier": "^3.0.1"
}
}

0 comments on commit 0521362

Please sign in to comment.