Skip to content

Commit 6ba652b

Browse files
committed
🌀 Remove src directory
1 parent 7ed5821 commit 6ba652b

File tree

6 files changed

+7
-11
lines changed

6 files changed

+7
-11
lines changed
File renamed without changes.
File renamed without changes.
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
/* eslint-disable no-console */
55
import Vue from 'vue';
66
import axios from 'axios';
7-
import ApiList from '../ApiList';
8-
import ApiForm from '../ApiForm';
97

108
const VueRest = {
119
install(Vue, options) {
@@ -40,6 +38,4 @@ const VueRest = {
4038
},
4139
};
4240

43-
Vue.use(VueRest);
44-
export { ApiList, ApiForm };
4541
export default VueRest;

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-rest",
3-
"version": "0.1.19",
3+
"version": "0.1.23",
44
"description": "Plugin for using vue + axios for REST API consumption",
55
"author": "Kimura <joseduardo.kimura@gmail.com>",
66
"private": false,
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"axios": "^0.16.2",
15-
"vue": "^2.4.2"
15+
"vue": "^2.5.9"
1616
},
1717
"devDependencies": {
1818
"autoprefixer": "^7.1.2",

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function resolve (dir) {
66

77
module.exports = {
88
entry: {
9-
'vue-rest': './src/vue-rest/index.js'
9+
'vue-rest': './index.js'
1010
},
1111
output: {
1212
path: path.resolve(__dirname, 'dist'),

0 commit comments

Comments
 (0)