Skip to content

Commit

Permalink
npm-package versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Oct 4, 2021
1 parent b5c9f50 commit e34205c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LiveStreaming",
"version": "1.0.2",
"version": "1.1",
"description": "StudIP Live Streaming Plugin",
"main": "index.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"dev": "webpack --config webpack.dev.js --mode=development",
"watch": "webpack --config webpack.dev.js --mode=development --watch",
"prezip": "npm install && npm run prod",
"zip": "zip -r LiveStreaming.zip controllers assets migrations views lib images LICENSE README.md LiveStreaming.php plugin.manifest package-lock.json"
"zip": "zip -r LiveStreaming-V$npm_package_version.zip controllers assets migrations views lib images LICENSE README.md LiveStreaming.php plugin.manifest package-lock.json"
},
"author": "ELAN e.V. (zamani@uos.de)",
"devDependencies": {
Expand Down

0 comments on commit e34205c

Please sign in to comment.