Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zheksoon committed Mar 25, 2024
1 parent ec4f50d commit a6d21e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"printWidth": 100
"printWidth": 100,
"overrides": [
{
"files": "*.md",
"options": {
"printWidth": 80
}
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dioma",
"version": "0.1.0",
"version": "0.1.1",
"description": "Elegant dependency injection container for vanilla JavaScript and TypeScript",
"keywords": [
"di",
Expand Down

0 comments on commit a6d21e7

Please sign in to comment.