Skip to content

Commit

Permalink
2024.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slyoldfox committed May 22, 2024
1 parent 418620e commit 91b6128
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c300x-controller",
"version": "2024.4.2",
"version": "2024.5.1",
"files": [
"dist/**"
],
Expand All @@ -12,7 +12,7 @@
"build:sipbundle:dev": "webpack -c bundles/sip-bundle-webpack.config.js --mode development",
"build:sipbundle:prod": "webpack -c bundles/sip-bundle-webpack.config.js --mode production",
"build:homekitbundle:dev": "webpack -c bundles/homekit-bundle-webpack.config.js --mode development",
"build:homekitbundle:prod": "webpack -c bundles/homekit-bundle-webpack.config.js --mode production",
"build:homekitbundle:prod": "webpack -c bundles/homekit-bundle-webpack.config.js --mode production",
"build": "npm run build:dev && npm run build:prod",
"start": "node dist/bundle.js"
},
Expand All @@ -28,6 +28,6 @@
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-shebang-plugin": "^1.1.8"
},
},
"license": "ISC"
}

0 comments on commit 91b6128

Please sign in to comment.