Skip to content

Commit da0c6a0

Browse files
committed
Add prettier npm command
1 parent 47cfd28 commit da0c6a0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modbus2mqtt/server.shared",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"type": "module",
55
"description": "Interfaces and functions shared with server and angular ui",
66
"keywords": [
@@ -20,7 +20,7 @@
2020
"build.cjs": "tsc --build tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > cjs/package.json",
2121
"build.esm": "tsc --build tsconfig.json && echo '{\"type\": \"module\"}' > esm/package.json",
2222
"build": "npm run build.cjs && npm run build.esm",
23-
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\""
23+
"prettier": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\""
2424
},
2525
"exports": {
2626
"require": "./cjs/index.js",
@@ -32,7 +32,7 @@
3232
"typescript": "^5.4.5"
3333
},
3434
"dependencies": {
35-
"@modbus2mqtt/specification.shared": "^0.8.0",
35+
"@modbus2mqtt/specification.shared": "^0.9.0",
3636
"mqtt": "^5.7.1"
3737
}
3838
}

0 commit comments

Comments
 (0)