Skip to content

Commit 9a55e90

Browse files
committed
v1.1.2
1 parent 14afdc6 commit 9a55e90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "vue-simple-lazyload",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A simple lazyload plugin for vue or nuxt",
55
"main": "index.js",
66
"scripts": {
77
"build": "rollup -c rollup.config.js"
88
},
9+
"resolutions": {
10+
"acorn": "^7.1.1"
11+
},
912
"repository": {
1013
"type": "git",
1114
"url": "git+https://github.com/YasinChan/vue-simple-lazyload.git"
@@ -22,8 +25,5 @@
2225
"rollup-plugin-vue": "^5.1.6",
2326
"vue": "^2.6.11",
2427
"vue-template-compiler": "^2.6.11"
25-
},
26-
"dependencies": {
27-
"nanoid": "^2.1.11"
2828
}
2929
}

0 commit comments

Comments
 (0)