Skip to content

Commit

Permalink
style: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Oct 19, 2020
1 parent 05b3cca commit 8422cc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
presets: [
'@vue/app'
]
}
'@vue/app',
],
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bobo-npm-plugin",
"version": "0.1.3",
"version": "0.1.4",
"description": "first npm test",
"main": "lib/plugin.umd.min.js",
"private": false,
Expand All @@ -11,7 +11,7 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lib": "vue-cli-service build --target lib --name plugin --dest lib packages/index.js"
"lib": "vue-cli-service build --target lib --name plugin --dest lib packages/index.ts"
},
"dependencies": {
"vue-class-component": "^7.2.3",
Expand Down

0 comments on commit 8422cc5

Please sign in to comment.