Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartsch committed Sep 17, 2021
1 parent e9e55cf commit 768418d
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
Expand Up @@ -12,7 +12,7 @@
}
},
"version": "1.2.4",
"description": "Dependency-free library for lazyloading iframes",
"description": "Lazyload iframes - dependency-free library",
"repository": {
"type": "git",
"url": "git+https://github.com/jmartsch/lazyframeAdvanced.git"
Expand All @@ -36,7 +36,7 @@
"homepage": "https://jmartsch.github.io/lazyframeAdvanced/",
"scripts": {
"scss-compile": "node-sass-chokidar src/scss/ -o dist/",
"dev": "cross-env NODE_ENV=development vite --host 0.0.0.0",
"dev": "cross-env NODE_ENV=development vite --host 0.0.0.0 --force",
"build": "cross-env NODE_ENV=production vite build && npm run scss-compile",
"serve": "vite preview",
"test": "echo \"No test specified\"",
Expand Down

0 comments on commit 768418d

Please sign in to comment.