diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index af9de9f0..a8971220 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.0.0", + "version": "1.0.0-alpha.2", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" @@ -10,6 +10,9 @@ "bugs": { "url": "https://github.com/tabler/tabler-icons/issues" }, + "files": [ + "dist/*" + ], "homepage": "https://github.com/tabler/tabler-icons#readme", "main": "gulpfile.js", "scripts": { |