diff options
author | codecalm <codecalm@gmail.com> | 2020-03-12 11:59:18 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-12 11:59:18 +0100 |
commit | 8242d1d06f1f98e88827812bb8b68550d0dfd3cb (patch) | |
tree | 2fcd0e3a53d2be50a6a19e17a0daf1724b133d50 /package.json | |
parent | readme update (diff) | |
download | tabler-icons-8242d1d06f1f98e88827812bb8b68550d0dfd3cb.tar.xz |
build icons
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json index a8971220..9b6eca5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.1", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" @@ -10,7 +10,7 @@ "bugs": { "url": "https://github.com/tabler/tabler-icons/issues" }, - "files": [ + "files": [ "dist/*" ], "homepage": "https://github.com/tabler/tabler-icons#readme", @@ -24,6 +24,8 @@ "description": "", "devDependencies": { "glob": "7.1.6", - "gulp": "4.0.2" + "gulp": "4.0.2", + "gulp-zip": "5.0.1", + "puppeteer": "2.1.1" } } |