Skip to content

Commit 93bd83a

Browse files
committed
chore: ready to release
1 parent 0218be1 commit 93bd83a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: index.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = () => { };

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "vue-cli-plugin-axios-x",
3-
"description": "Vue-cli-3 plugin: axios",
3+
"description": "The secure Axios plugin for Vue.js 2",
44
"version": "0.2.5",
55
"author": "Star Inc.",
66
"license": "MIT",
77
"homepage": "https://github.com/star-inc/vue-cli-plugin-axios-x#readme",
88
"bugs": {
99
"url": "https://github.com/star-inc/vue-cli-plugin-axios-x/issues"
1010
},
11+
"main": "index.js",
1112
"scripts": {},
1213
"keywords": [
1314
"vue",

0 commit comments

Comments
 (0)