Skip to content

Commit 37bf1e8

Browse files
authoredApr 13, 2021
🐛remove extra comma in vue3/package.json (umijs#1383)
1 parent 7ee492d commit 37bf1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/vue3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^6.7.2",
2424
"eslint-plugin-vue": "^7.0.0-0",
2525
"less": "^3.0.4",
26-
"less-loader": "^5.0.0",
26+
"less-loader": "^5.0.0"
2727
},
2828
"eslintConfig": {
2929
"root": true,

0 commit comments

Comments
 (0)
Please sign in to comment.