We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2d6e4 commit 04ea73aCopy full SHA for 04ea73a
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vuetify-codemods",
3
"type": "module",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"bin": {
6
"vuetify-codemods": "dist/main.js"
7
},
@@ -16,7 +16,9 @@
16
"type": "git",
17
"url": "git+https://github.com/vuetifyjs/vuetify-codemods.git"
18
19
- "files": ["dist"],
+ "files": [
20
+ "dist"
21
+ ],
22
"dependencies": {
23
"@inquirer/prompts": "^8.3.0",
24
"esprima": "^4.0.1",
0 commit comments