diff options
author | Michal Wolny <michal.wolny@versum.pl> | 2020-11-11 14:03:12 +0100 |
---|---|---|
committer | Michal Wolny <michal.wolny@versum.pl> | 2020-11-11 14:03:12 +0100 |
commit | 3a10205b2b0b3c9cca5181c4b5a58856b4492db9 (patch) | |
tree | a16367df7e6ff9b9387d2db1ea7cd279d9cf5126 /package.json | |
parent | paths fix #87 (diff) | |
download | tabler-icons-3a10205b2b0b3c9cca5181c4b5a58856b4492db9.tar.xz |
publish tabler-icons under @tabler namespace on npm
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/package.json b/package.json index 7424b8b5..36506d53 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "tabler-icons", + "name": "@tabler/icons", "version": "1.35.0", "repository": { "type": "git", @@ -9,7 +9,8 @@ "module": "./icons-react/dist/index.esm.js", "browser": "./icons-react/dist/index.umd.js", "types": "./icons-react/index.d.ts", - "author": "", + "sideEffects": false, + "author": "codecalm", "license": "MIT", "bugs": { "url": "https://github.com/tabler/tabler-icons/issues" @@ -35,7 +36,16 @@ "optimize": "gulp optimize", "release": "release-it" }, - "description": "", + "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.", + "keywords": [ + "icons", + "svg", + "png", + "iconfont", + "react", + "front-end", + "web" + ], "devDependencies": { "@babel/core": "7.11.6", "@babel/parser": "7.11.5", |