diff options
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" } } |