Skip to content

Commit c901a5f

Browse files
committed
chore(package.json): add repo infos
1 parent 1c91106 commit c901a5f

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

package.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
2+
"name": "@flowbuild/react-mqtt-workflow-manager",
23
"version": "0.1.0",
34
"license": "MIT",
4-
"main": "dist/index.js",
55
"description": "A react wrapper manager for MQTT",
6+
"repository": "https://github.com/flow-build/react-mqtt-workflow-manager",
7+
"homepage": "https://github.com/flow-build/react-mqtt-workflow-manager/#readme",
8+
"author": {
9+
"name": "FlowBuild",
10+
"url": "https://github.com/flow-build"
11+
},
12+
"main": "dist/index.js",
613
"typings": "dist/index.d.ts",
714
"files": [
8-
"dist",
9-
"src"
15+
"dist"
1016
],
1117
"engines": {
1218
"node": ">=10"
@@ -25,7 +31,7 @@
2531
},
2632
"scripts": {
2733
"dev": "tsdx watch",
28-
"build": "tsdx build",
34+
"build": "rimraf dist/ && tsdx build",
2935
"test": "jest",
3036
"lint": "eslint --fix",
3137
"fmt": "prettier --write src/**/*.{ts,tsx}",
@@ -38,8 +44,6 @@
3844
"react": ">=16",
3945
"react-dom": ">=16"
4046
},
41-
"name": "react-mqtt-workflow-manager",
42-
"author": "wallace-sf",
4347
"module": "dist/react-mqtt-workflow-manager.esm.js",
4448
"size-limit": [
4549
{
@@ -78,6 +82,7 @@
7882
"react": "^18.2.0",
7983
"react-dom": "^18.2.0",
8084
"react-is": "^18.2.0",
85+
"rimraf": "^4.1.2",
8186
"size-limit": "^8.2.4",
8287
"ts-jest": "^29.0.5",
8388
"ts-node": "^10.9.1",

0 commit comments

Comments
 (0)