@snack-uikit/icons 0.27.8 → 1.0.1-preview-fe85442f.0

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 +11 -12
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Icons",
7
- "version": "0.27.8",
7
+ "version": "1.0.1-preview-fe85442f.0",
8
8
  "sideEffects": [
9
9
  "*.svg",
10
10
  "*.css",
@@ -35,15 +35,6 @@
35
35
  "./LICENSE"
36
36
  ],
37
37
  "license": "Apache-2.0",
38
- "scripts": {
39
- "create-sprite": "ts-node scripts/createSprite.ts",
40
- "validate:icons": "ts-node scripts/validateIcons.ts",
41
- "create-export-index-file": "ts-node scripts/createExportIndexFile.ts",
42
- "build:icons": "cross-env rimraf src/components/$npm_config_directory && cross-env svgr -d src/components/$npm_config_directory svgs-fixed/$npm_config_directory --config-file templates/.svgrrc.js",
43
- "fix:icons": "cross-env rimraf svgs-fixed/$npm_config_directory && ts-node scripts/fixIcons.ts",
44
- "build:interface-icons": "npm run fix:icons --directory=interface-icons && npm run build:icons --directory=interface-icons",
45
- "compile": "npm run validate:icons && npm run build:interface-icons && npm run create-export-index-file && npm run create-sprite"
46
- },
47
38
  "devDependencies": {
48
39
  "@svgr/cli": "8.1.0",
49
40
  "@svgr/plugin-jsx": "8.1.0",
@@ -53,5 +44,13 @@
53
44
  "svg-sprite": "2.0.2",
54
45
  "svgo": "3.3.4"
55
46
  },
56
- "gitHead": "9e6abdd71a846caf1f1252b9504560a3b796942f"
57
- }
47
+ "scripts": {
48
+ "create-sprite": "ts-node scripts/createSprite.ts",
49
+ "validate:icons": "ts-node scripts/validateIcons.ts",
50
+ "create-export-index-file": "ts-node scripts/createExportIndexFile.ts",
51
+ "build:icons": "cross-env rimraf src/components/$npm_config_directory && cross-env svgr -d src/components/$npm_config_directory svgs-fixed/$npm_config_directory --config-file templates/.svgrrc.js",
52
+ "fix:icons": "cross-env rimraf svgs-fixed/$npm_config_directory && ts-node scripts/fixIcons.ts",
53
+ "build:interface-icons": "npm run fix:icons --directory=interface-icons && npm run build:icons --directory=interface-icons",
54
+ "compile": "npm run validate:icons && npm run build:interface-icons && npm run create-export-index-file && npm run create-sprite"
55
+ }
56
+ }