aboutsummaryrefslogtreecommitdiff
path: root/packages/icons-react/package.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-04-10 02:13:39 +0200
committercodecalm <codecalm@gmail.com>2022-04-10 02:13:39 +0200
commita30198e3f468463384a41b169d93d1ec1ca07d12 (patch)
tree20f5ef8e399123d2ea71e88fe56385fab177883b /packages/icons-react/package.json
parentfix `antenna-bars-off` (diff)
downloadtabler-icons-a30198e3f468463384a41b169d93d1ec1ca07d12.tar.xz
init v2.0 of tabler icons
Diffstat (limited to 'packages/icons-react/package.json')
-rw-r--r--packages/icons-react/package.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json
new file mode 100644
index 00000000..58321f8c
--- /dev/null
+++ b/packages/icons-react/package.json
@@ -0,0 +1,25 @@
+{
+ "name": "@tabler/icons-react",
+ "version": "2.0.0",
+ "author": "codecalm",
+ "license": "MIT",
+ "homepage": "https://tabler-icons.io",
+ "bugs": {
+ "url": "https://github.com/tabler/tabler-icons/issues"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/tabler/tabler-icons.git",
+ "directory": "packages/icons-react"
+ },
+ "sideEffects": false,
+ "scripts": {
+ "build": "yarn clean && yarn build:icons",
+ "build:icons": "echo 'Build icons React'",
+ "clean": "rm -rf dist && rm -rf ./src/icons/*.js"
+ }
+}