@nikaat-crop/es-icons 0.188.5 → 0.188.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@nikaat-crop/es-icons",
3
- "version": "0.188.5",
3
+ "version": "0.188.6",
4
4
  "description": "A comprehensive collection of beautiful and modern SVG icons specifically designed for Skenas (اسکناس) project, featuring 160+ carefully crafted financial and service icons with TypeScript support.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {
9
9
  "build": "rollup -c --bundleConfigAsCjs",
10
- "publish": "rollup -c --bundleConfigAsCjs && npm publish --access public",
10
+ "publish:npm": "rollup -c --bundleConfigAsCjs && npm publish --access public",
11
11
  "icons:generate": "node script/svgr-convert-only-new.js",
12
12
  "storybook": "storybook dev -p 6006",
13
13
  "build-storybook": "storybook build"