Skip to content

Commit 173f34c

Browse files
authored
Merge pull request Unitech#3202 from jportela/ts-definitions
Add first draft of typescript definitions
2 parents 124139b + 8ec490c commit 173f34c

File tree

3 files changed

+417
-0
lines changed

3 files changed

+417
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"homepage": "http://pm2.keymetrics.io/",
8686
"description": "Production process manager for Node.JS applications with a built-in load balancer.",
8787
"main": "index.js",
88+
"types": "types/index.d.ts",
8889
"scripts": {
8990
"test": "NODE_ENV=test bash test/pm2_programmatic_tests.sh && NODE_ENV=test bash test/pm2_behavior_tests.sh",
9091
"bench-pmx": "pm2 delete all; pm2 install pm2-probe; node examples/pmx/app.js; pm2 ls"

0 commit comments

Comments
 (0)