Skip to content

Commit 45c424a

Browse files
committed
package.json tweak
1 parent 7e02b5b commit 45c424a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"license": "MIT",
3-
"version": "1.0",
4-
"author": "Gustavo Ocanto",
3+
"version": "1.0.1-1",
54
"name": "lazy-vue",
6-
"main": "dist/Components/index.js",
7-
"description": "The easiest lazy image loader for Vue",
5+
"author": "Gustavo Ocanto",
6+
"main": "dist/Directives/lazy.js",
87
"homepage": "https://github.com/gocanto/lazy-vue",
9-
"scripts": {},
8+
"description": "The easiest lazy image loader for Vue",
9+
10+
"scripts": {
11+
"prepublish": "gulp"
12+
},
1013

1114
"repository": {
1215
"type": "git",
@@ -23,12 +26,9 @@
2326
"vue": "^2.*",
2427
"gulp": "^3.*",
2528
"gulp-notify": "^2.*",
29+
"json-loader": "^0.5.4",
2630
"laravel-elixir": "6.0.0-11",
2731
"laravel-elixir-vue-2": "^0.2.0",
2832
"laravel-elixir-webpack-official": "^1.0.6"
29-
},
30-
31-
"dependencies": {
32-
"json-loader": "^0.5.4"
3333
}
3434
}

0 commit comments

Comments
 (0)