diff options
| author | Kumar Priyansh <[email protected]> | 2019-12-27 02:53:38 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-12-27 02:53:38 +0530 |
| commit | d2588d3a1db223faee3f501832c3b009b961bf54 (patch) | |
| tree | 9e53c887b089606429674027e8be6034e994892a /package.json | |
| parent | 28c1003deae5b0dcfd750a79c2223598e11f4bcb (diff) | |
| download | nativekit-d2588d3a1db223faee3f501832c3b009b961bf54.tar.xz nativekit-d2588d3a1db223faee3f501832c3b009b961bf54.zip | |
Added colors package
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 43caa98..42aab4a 100644 --- a/package.json +++ b/package.json @@ -31,5 +31,8 @@ "electron": "7.1.4", "make-dir": "^3.0.0", "ncp": "^2.0.0" + }, + "dependencies": { + "colors": "^1.4.0" } } |
