aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 12 insertions, 5 deletions
diff --git a/package.json b/package.json
index 56f9c6cf..310289b9 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,18 @@
{
"name": "@tabler/icons",
- "version": "1.39.1",
+ "version": "1.41.2",
"repository": {
"type": "git",
"url": "git+https://github.com/tabler/tabler-icons.git"
},
"main": "./icons-react/dist/index.cjs.js",
+ "exports": {
+ "import": "./icons-react/dist/index.esm.js",
+ "require": "./icons-react/dist/index.cjs.js"
+ },
"module": "./icons-react/dist/index.esm.js",
- "browser": "./icons-react/dist/index.umd.js",
+ "unpkg": "./icons-react/dist/index.umd.js",
+ "umd:main": "./icons-react/dist/index.umd.js",
"types": "./icons-react/index.d.ts",
"sideEffects": false,
"author": "codecalm",
@@ -38,7 +43,9 @@
"prebuild-react": "rm -rf ./icons-react/dist/",
"build-react": "rollup -c",
"optimize": "gulp optimize",
- "release": "release-it"
+ "release": "release-it",
+ "build": "gulp build",
+ "build-iconfont": "gulp build-iconfont"
},
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
"keywords": [
@@ -97,7 +104,7 @@
}
},
"peerDependencies": {
- "react": "^16.13.1",
- "react-dom": "^16.13.1"
+ "react": "^16.x || 17.x",
+ "react-dom": "^16.x || 17.x"
}
}