We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea1eda commit 163c6caCopy full SHA for 163c6ca
package.json
@@ -12,12 +12,13 @@
12
"plugin",
13
"virtualisation"
14
],
15
+ "main": "./dist/vue-windowing.js",
16
"license": "MIT",
17
"repository": {
18
"type": "git",
19
"url": "git://github.com/derpdead/vue-windowing.git"
20
},
- "private": true,
21
+ "private": false,
22
"scripts": {
23
"build": "webpack --config config/webpack.config.js"
24
src/index.js
@@ -22,7 +22,6 @@ function registerComponents(Vue) {
}
const plugin = {
25
- // eslint-disable-next-line no-undef
26
version: '0.1.0',
27
install(Vue) {
28
registerComponents(Vue);
0 commit comments