@nikaat-crop/es-icons 0.188.1 → 0.188.4

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 -3
package/package.json CHANGED
@@ -1,14 +1,13 @@
1
1
  {
2
2
  "name": "@nikaat-crop/es-icons",
3
- "version": "0.188.1",
3
+ "version": "0.188.4",
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
- "release": "node release.js",
10
9
  "build": "rollup -c --bundleConfigAsCjs",
11
- "publish:npm": "npm config set //registry.npmjs.org/:_authToken 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 && rollup -c --bundleConfigAsCjs && npm publish --access public",
10
+ "publish": "rollup -c --bundleConfigAsCjs && npm publish --access public",
12
11
  "icons:generate": "node script/svgr-convert-only-new.js",
13
12
  "storybook": "storybook dev -p 6006",
14
13
  "build-storybook": "storybook build"