Skip to content

Commit 89ec290

Browse files
committed
🔖 v0.0.4
1 parent 16e0a11 commit 89ec290

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-express",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "vue-cli 3 plugin to add an Express Api",
55
"main": "index.js",
66
"scripts": {

src/generator/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ module.exports = (api, options, rootOptions) => {
2020
// TODO
2121
}
2222
};
23-

0 commit comments

Comments
 (0)