diff options
author | codecalm <codecalm@gmail.com> | 2020-03-09 22:18:31 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-09 22:18:31 +0100 |
commit | 8767e94afd0a48b3a20f9ca1fdce874986202981 (patch) | |
tree | c53c17f1738923caf7431a716c233427bbdbf35b /package.json | |
parent | folder clean (diff) | |
download | tabler-icons-8767e94afd0a48b3a20f9ca1fdce874986202981.tar.xz |
build first version
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 00b9d96d..7eed8abf 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "description": "", "devDependencies": { "glob": "7.1.6", - "gulp": "4.0.2" + "gulp": "4.0.2", + "gulp-shell": "^0.8.0" } } |