aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-12-11 12:40:34 +0100
committercodecalm <codecalm@gmail.com>2020-12-11 12:40:34 +0100
commitd2c67f074b0232a2a9eca6eeb506fa4548201c54 (patch)
treecb3387a71ec49e574989cc1afc9895d0e48f2724 /package.json
parenticons tags (diff)
parentfix #100 (diff)
downloadtabler-icons-d2c67f074b0232a2a9eca6eeb506fa4548201c54.tar.xz
Merge branch 'master' of https://github.com/tabler/tabler-icons into dev
 Conflicts:  gulpfile.js  icons/arrow-bottom-bar.svg  icons/arrow-bottom-circle.svg  icons/arrow-bottom-square.svg  icons/arrow-bottom-tail.svg  icons/arrow-left-bar.svg  icons/arrow-left-circle.svg  icons/arrow-left-square.svg  icons/arrow-left-tail.svg  icons/arrow-right-bar.svg  icons/arrow-right-circle.svg  icons/arrow-right-square.svg  icons/arrow-right-tail.svg  icons/arrow-top-bar.svg  icons/arrow-top-circle.svg  icons/arrow-top-square.svg  icons/arrow-top-tail.svg  icons/arrows-down-up.svg  icons/arrows-down.svg  icons/arrows-left-right.svg  icons/arrows-left.svg  icons/arrows-right-left.svg  icons/arrows-right.svg  icons/arrows-up-down.svg  icons/arrows-up.svg  icons/brand-booking.svg  icons/credit-card-off.svg  icons/file-alert.svg  icons/file-analytics.svg  icons/layout-grid-add.svg  icons/pizza.svg  icons/square-rotated.svg  package.json  src/_icons/arrow-bottom-bar.svg  src/_icons/arrow-bottom-circle.svg  src/_icons/arrow-bottom-square.svg  src/_icons/arrow-bottom-tail.svg  src/_icons/arrow-left-bar.svg  src/_icons/arrow-left-circle.svg  src/_icons/arrow-left-square.svg  src/_icons/arrow-left-tail.svg  src/_icons/arrow-loop-left.svg  src/_icons/arrow-loop-right.svg  src/_icons/arrow-right-bar.svg  src/_icons/arrow-right-circle.svg  src/_icons/arrow-right-square.svg  src/_icons/arrow-right-tail.svg  src/_icons/arrow-top-bar.svg  src/_icons/arrow-top-circle.svg  src/_icons/arrow-top-square.svg  src/_icons/arrow-top-tail.svg  src/_icons/arrow-wave-left-down.svg  src/_icons/arrow-wave-left-up.svg  src/_icons/arrow-wave-right-down.svg  src/_icons/arrow-wave-right-up.svg  src/_icons/arrows-down-up.svg  src/_icons/arrows-down.svg  src/_icons/arrows-join-2.svg  src/_icons/arrows-join.svg  src/_icons/arrows-left-right.svg  src/_icons/arrows-left.svg  src/_icons/arrows-right-left.svg  src/_icons/arrows-right.svg  src/_icons/arrows-split-2.svg  src/_icons/arrows-split.svg  src/_icons/arrows-up-down.svg  src/_icons/arrows-up.svg  src/_icons/bell-off.svg  src/_icons/bell-ringing-2.svg  src/_icons/bone.svg  src/_icons/brand-asana.svg  src/_icons/brand-bing.svg  src/_icons/brand-bitbucket.svg  src/_icons/brand-booking.svg  src/_icons/brand-disqus.svg  src/_icons/brand-docker.svg  src/_icons/brand-google-analytics.svg  src/_icons/brand-gravatar.svg  src/_icons/brand-hipchat.svg  src/_icons/brand-kickstarter.svg  src/_icons/brand-netflix.svg  src/_icons/brand-open-source.svg  src/_icons/brand-pagekit.svg  src/_icons/brand-patreon.svg  src/_icons/brand-producthunt.svg  src/_icons/brand-sass.svg  src/_icons/brand-sentry.svg  src/_icons/brand-shazam.svg  src/_icons/brand-stripe.svg  src/_icons/brand-unsplash.svg  src/_icons/brand-ycombinator.svg  src/_icons/file-alert.svg  src/_icons/file-analytics.svg  src/_icons/file-code-2.svg  src/_icons/file-export.svg  src/_icons/file-import.svg  src/_icons/layout-grid-add.svg  src/_icons/pizza.svg  src/_icons/rainbow.svg  src/_icons/square-rotated.svg  src/_icons/switch-2.svg  src/_icons/switch-3.svg  src/_icons/trending-down-2.svg  src/_icons/trending-down-3.svg  src/_icons/trending-up-2.svg  src/_icons/trending-up-3.svg  tags.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 19 insertions, 7 deletions
diff --git a/package.json b/package.json
index 85d1aeb0..3e4a021b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
- "name": "tabler-icons",
- "version": "1.34.0",
+ "name": "@tabler/icons",
+ "version": "1.37.0",
"repository": {
"type": "git",
"url": "git+https://github.com/tabler/tabler-icons.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"
@@ -27,6 +28,9 @@
"tabler-sprite.svg",
"tabler-sprite-nostroke.svg"
],
+ "publishConfig": {
+ "access": "public"
+ },
"homepage": "https://github.com/tabler/tabler-icons#readme",
"scripts": {
"start": "bundle exec jekyll serve --watch --livereload --trace --livereload_port 8888",
@@ -35,7 +39,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",
@@ -47,7 +60,7 @@
"@svgr/babel-plugin-replace-jsx-attribute-value": "5.0.1",
"@svgr/core": "5.4.0",
"clean-css": "4.2.3",
- "csv-parser": "^2.3.3",
+ "csv-parser": "^3.0.0",
"glob": "7.1.6",
"gulp": "4.0.2",
"gulp-iconfont": "10.0.3",
@@ -63,8 +76,7 @@
"rollup-plugin-peer-deps-external": "2.2.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-uglify": "6.0.4",
- "svg-outline-stroke": "1.3.0",
- "svgpath": "^2.3.0"
+ "svg-outline-stroke": "1.3.0"
},
"release-it": {
"hooks": {