diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
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", |