diff options
author | codecalm <codecalm@gmail.com> | 2020-03-12 15:07:08 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-12 15:07:08 +0100 |
commit | deaef75f69be529e8037c8d70716059deb3b8d4f (patch) | |
tree | f6f09020e73e2cfe38609ebdb2978608cab84667 /package.json | |
parent | new dir structure (diff) | |
download | tabler-icons-deaef75f69be529e8037c8d70716059deb3b8d4f.tar.xz |
npm fix
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 cc4c7fb..990d5a7 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "url": "https://github.com/tabler/tabler-icons/issues" }, "files": [ - "icons/*" + "icons/*", + "tabler-sprite.svg" ], "homepage": "https://github.com/tabler/tabler-icons#readme", "main": "gulpfile.js", |