Skip to content

Commit

Permalink
Improve package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ScreamZ committed Nov 23, 2024
1 parent 6e8f3aa commit d33319c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @embedded-js/wifi-connection-manager

## 1.1.0

### Minor Changes

- Improve package.json for NPM page
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
{
"name": "@embedded-js/wifi-connection-manager",
"description": "A wifi connection manager for Embedded JS that supports multiple networks and auto-reconnect.",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"main": "dist/index.js",
"author": {
"name": "Andréas HANSS",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"wifi",
"connection",
"manager",
"embedded-js",
"iot"
],
"repository": {
"type": "git",
"url": "https://github.com/ScreamZ/wifi-connection-manager"
},
"scripts": {
"build": "tsup",
"ci": "tsc && pnpm run build && biome check && pnpm run check-exports",
Expand Down

0 comments on commit d33319c

Please sign in to comment.