Skip to content

Commit

Permalink
move auri to dev deps (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper authored Feb 25, 2024
1 parent a71da31 commit 3592e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changesets/ocm8z.patch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Move `auri` to dev dependencies.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"auri": "1.0.2",
"eslint": "^8.51.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"dependencies": {
"auri": "1.0.2",
"oslo": "1.0.1"
}
}

0 comments on commit 3592e05

Please sign in to comment.