Skip to content

Commit 163c6ca

Browse files
committed
fix main entry point
1 parent 9ea1eda commit 163c6ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
"plugin",
1313
"virtualisation"
1414
],
15+
"main": "./dist/vue-windowing.js",
1516
"license": "MIT",
1617
"repository": {
1718
"type": "git",
1819
"url": "git://github.com/derpdead/vue-windowing.git"
1920
},
20-
"private": true,
21+
"private": false,
2122
"scripts": {
2223
"build": "webpack --config config/webpack.config.js"
2324
},

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function registerComponents(Vue) {
2222
}
2323

2424
const plugin = {
25-
// eslint-disable-next-line no-undef
2625
version: '0.1.0',
2726
install(Vue) {
2827
registerComponents(Vue);

0 commit comments

Comments
 (0)