aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-12 11:59:18 +0100
committercodecalm <codecalm@gmail.com>2020-03-12 11:59:18 +0100
commit8242d1d06f1f98e88827812bb8b68550d0dfd3cb (patch)
tree2fcd0e3a53d2be50a6a19e17a0daf1724b133d50 /package.json
parentreadme update (diff)
downloadtabler-icons-8242d1d06f1f98e88827812bb8b68550d0dfd3cb.tar.xz
build icons
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index a897122..9b6eca5 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"
}
}