Skip to content

Commit

Permalink
Merge branch 'release/0.5.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
bcopy committed Sep 28, 2024
2 parents 171eefe + fa43c1e commit ffdeb5a
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,14 +1,14 @@
{
"name": "@bcopy/homie-lit",
"version": "0.5.2",
"version": "0.5.4",
"description": "A TypeScript library integrating Homie devices with DOM element attributes for visualization",
"repository": "github:bcopy/homie-lit",
"main": "dist/homie-lit.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "webpack serve --mode development --config webpack.lib.dev.config.js",
"build": "npm run build:lib && npm run build:core && npm run build:esm && npm run build:dev",
"build:lib" : "webpack --mode production --config webpack.lib.config.js",
"build:lib": "webpack --mode production --config webpack.lib.config.js",
"build:core": "webpack --mode production --config webpack.lib.core.config.js",
"build:esm": "webpack --mode production --config webpack.lib.esm.config.js",
"build:dev": "webpack --mode development --config webpack.lib.dev.config.js",
Expand Down

0 comments on commit ffdeb5a

Please sign in to comment.