diff options
author | codecalm <codecalm@gmail.com> | 2020-03-12 15:04:56 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-12 15:04:56 +0100 |
commit | 89a774589d6c712fc229f6c946f39b7e3be95a5b (patch) | |
tree | beedbe7e3f49a4b09a67cf6c596490828d52266d /package.json | |
parent | gulp fixes (diff) | |
download | tabler-icons-89a774589d6c712fc229f6c946f39b7e3be95a5b.tar.xz |
new dir structure
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 9b6eca5c..cc4c7fbd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/tabler/tabler-icons/issues" }, "files": [ - "dist/*" + "icons/*" ], "homepage": "https://github.com/tabler/tabler-icons#readme", "main": "gulpfile.js", |