Skip to content

Commit

Permalink
release v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
murongg committed Jul 4, 2022
1 parent 9521613 commit 788993f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-lazyload",
"version": "0.3.4",
"version": "0.3.5",
"packageManager": "[email protected]",
"description": "A Vue3.x image lazyload plugin",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"sideEffects": false,
"scripts": {
"build": "rimraf dist && unbuild && npm run rollup:build",
"rollup:build":"node rollup.config.js",
"rollup:build": "node rollup.config.js",
"dev": "unbuild --stub",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand Down

0 comments on commit 788993f

Please sign in to comment.