aboutsummaryrefslogtreecommitdiff
path: root/npmPackages/index.nix
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-10-12 19:41:10 +0200
committerIgor Pashev <pashev.igor@gmail.com>2019-10-12 19:43:59 +0200
commit4d695123d70110bd736fd3dc76bcc0e7fa561f64 (patch)
tree17756f4ef1e80d39d1c71dbeba4a6ed0291ce5d8 /npmPackages/index.nix
parentb7f4d97644ef8b1ce76512eb5c29d0e75f7887d9 (diff)
downloadnpm.nix-4d695123d70110bd736fd3dc76bcc0e7fa561f64.tar.gz
Add balanced-match
Diffstat (limited to 'npmPackages/index.nix')
-rw-r--r--npmPackages/index.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/npmPackages/index.nix b/npmPackages/index.nix
index 6fe5ec9..00ed29d 100644
--- a/npmPackages/index.nix
+++ b/npmPackages/index.nix
@@ -5,6 +5,7 @@ let
in {
ansi-styles = callPackage ./ansi-styles {};
async-foreach = callPackage ./async-foreach {};
+ balanced-match = callPackage ./balanced-match {};
bindings = callPackage ./bindings {};
callsites = callPackage ./callsites {};
chartjs-color-string = callPackage ./chartjs-color-string {};