Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Sep 1, 2023
1 parent 4ff4b2d commit 23da88a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-three/eslint-plugin",
"version": "0.1.0",
"version": "0.1.1",
"description": "An ESLint plugin which provides lint rules for @react-three/fiber.",
"keywords": [
"react",
Expand Down Expand Up @@ -40,9 +40,9 @@
"devDependencies": {
"@types/eslint": "^8.4.10",
"@types/lodash": "^4.14.191",
"ts-node": "^10.9.1",
"lodash": "^4.17.19",
"prettier": "^2.6.1"
"prettier": "^2.6.1",
"ts-node": "^10.9.1"
},
"scripts": {
"codegen": "ts-node scripts/codegen.ts"
Expand Down

0 comments on commit 23da88a

Please sign in to comment.