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 14afdc6 commit 9a55e90Copy full SHA for 9a55e90
package.json
@@ -1,11 +1,14 @@
1
{
2
"name": "vue-simple-lazyload",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"description": "A simple lazyload plugin for vue or nuxt",
5
"main": "index.js",
6
"scripts": {
7
"build": "rollup -c rollup.config.js"
8
},
9
+ "resolutions": {
10
+ "acorn": "^7.1.1"
11
+ },
12
"repository": {
13
"type": "git",
14
"url": "git+https://github.com/YasinChan/vue-simple-lazyload.git"
@@ -22,8 +25,5 @@
22
25
"rollup-plugin-vue": "^5.1.6",
23
26
"vue": "^2.6.11",
24
27
"vue-template-compiler": "^2.6.11"
- },
- "dependencies": {
- "nanoid": "^2.1.11"
28
}
29
0 commit comments