aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-06-27 00:53:16 +0200
committercodecalm <codecalm@gmail.com>2022-06-27 00:53:16 +0200
commit965eb7bf8cd85f827bd69d6ceae240a56808143b (patch)
tree2662d7d56e1617adf99bb79de9c41abcbc07910c /package.json
parentMerge remote-tracking branch 'origin/master' (diff)
downloadtabler-icons-965eb7bf8cd85f827bd69d6ceae240a56808143b.tar.xz
Release 1.72.0v1.72.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index 25af04ce..b8476077 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons",
- "version": "1.71.0",
+ "version": "1.72.0",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
"repository": {
"type": "git",
@@ -12,7 +12,10 @@
"import": "./icons-react/dist/index.esm.js",
"require": "./icons-react/dist/index.cjs.js"
},
- "./*": ["./icons/*", "./icons-png/*"]
+ "./*": [
+ "./icons/*",
+ "./icons-png/*"
+ ]
},
"module": "./icons-react/dist/index.esm.js",
"unpkg": "./icons-react/dist/index.umd.js",