From f8033cc8d08ba874f4eae19aeb6d3b7e6ac040e8 Mon Sep 17 00:00:00 2001 From: Joe Norman Date: Fri, 1 Dec 2017 16:20:06 +0000 Subject: [PATCH] Adding in types into project structure --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4553f3cd..cc70eea7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,8 @@ $ pm2 ls ├── examples // examples files ├── lib // source files ├── pres // presentation files -└── test // test files +├── test // test files +└── types // TypeScript definition files ``` ## Modifying the Daemon