summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2018-02-21 15:15:20 +0000
committerGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2018-02-21 15:15:20 +0000
commit239348ec4e754904f00b12e8ae7f4f5318baa38e (patch)
tree47fdef85fa351a25b8f3e38428b44ba3ce696135 /package.json
parentmore const (diff)
downloadcolor-239348ec4e754904f00b12e8ae7f4f5318baa38e.tar.gz
color-239348ec4e754904f00b12e8ae7f4f5318baa38e.tar.bz2
color-239348ec4e754904f00b12e8ae7f4f5318baa38e.zip
add pm2
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9a2298d..dcf40f2 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
"license": "AGPL-3.0",
"dependencies": {
"highlights": "^3.1.1",
- "language-perl6": "github:perl6/atom-language-perl6"
+ "language-perl6": "github:perl6/atom-language-perl6",
+ "pm2": "^2.10.1"
}
}