Skip to content

Commit 3933a1a

Browse files
committed
Exclude dev files in npm package
1 parent b56c497 commit 3933a1a

File tree

3 files changed

+31
-67
lines changed

3 files changed

+31
-67
lines changed

.npmignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.github
2+
.circleci
3+
guide
4+
src
5+
design
6+
docs

package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "zeebe-node",
3-
"version": "v0.23.0-alpha.3",
2+
"name": "zeebe-node-next",
3+
"version": "v0.23.0-alpha.4",
44
"description": "A Node.js client library for the Zeebe Microservices Orchestration Engine.",
55
"keywords": [
66
"zeebe",
@@ -60,8 +60,6 @@
6060
"dependencies": {
6161
"@grpc/grpc-js": "^0.7.1",
6262
"@grpc/proto-loader": "^0.5.3",
63-
"@sitapati/active-handles": "^1.1.0",
64-
"@types/promise-retry": "^1.1.3",
6563
"chalk": "^2.4.2",
6664
"console-stamp": "^0.2.7",
6765
"dayjs": "^1.8.15",
@@ -80,6 +78,7 @@
8078
"@types/got": "^9.6.9",
8179
"@types/jest": "^24.0.14",
8280
"@types/node": "^10.17.17",
81+
"@types/promise-retry": "^1.1.3",
8382
"@types/stack-trace": "0.0.29",
8483
"@types/uuid": "^3.4.4",
8584
"husky": "^1.3.1",
@@ -94,7 +93,7 @@
9493
"tsc-watch": "^1.0.31",
9594
"tslint": "^5.16.0",
9695
"tslint-config-prettier": "^1.18.0",
97-
"typedoc": "^0.15.8",
96+
"typedoc": "^0.16.0",
9897
"typedoc-plugin-sourcefile-url": "^1.0.6",
9998
"typescript": "^3.8.3"
10099
},

pnpm-lock.yaml

+21-62
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)