8000
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 39be93d commit 848de61Copy full SHA for 848de61
.npmignore
@@ -0,0 +1,8 @@
1
+.DS_Store
2
+.git*
3
+.idea
4
+Makefile
5
+docs/
6
+example/
7
+config/
8
+.eslintrc.js
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-load-image",
- "version": "0.1.3",
+ "version": "0.1.5",
"description": "a Vue component for showing loader during image loading",
"scripts": {
"build": "webpack --config config/webpack.prod.config.js --optimize-minimize --hide-modules --mode production"
0 commit comments