Skip to content

Commit

Permalink
Publish vitest config and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranhall committed Mar 26, 2024
1 parent 6ad34fd commit 0103e29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"files": [
"js/**/*.js",
"svelte/**/*.js"
"svelte/**/*.js",
"vitest/**/*.js"
],
"homepage": "https://github.com/dusk-network/eslint-config/",
"keywords": [
Expand All @@ -40,7 +41,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"version": "3.3.0",
"version": "3.3.1",
"devDependencies": {
"@dusk-network/prettier-config": "1.1.0",
"eslint": "8.57.0",
Expand Down

0 comments on commit 0103e29

Please sign in to comment.