@navikt/aksel-icons 3.3.0 → 3.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-icons",
3
- "version": "3.3.0",
3
+ "version": "3.4.0",
4
4
  "author": "Aksel | NAV",
5
5
  "homepage": "https://aksel.nav.no/ikoner",
6
6
  "repository": {
@@ -53,7 +53,7 @@
53
53
  "scripts": {
54
54
  "create-icons": "svgr --silent --index-template config/index-template.js --out-dir src icons",
55
55
  "copy-util": "copyfiles util/* src",
56
- "copy-svg": "copyfiles -f icons/*.svg dist/svg/",
56
+ "copy-svg": "copyfiles -f 'icons/*.svg' dist/svg/",
57
57
  "copy": "yarn copy-util && yarn copy-svg",
58
58
  "update-metadata": "node config/metadata.js",
59
59
  "build": "yarn copy && yarn create-icons && concurrently \"tsc\" \"tsc -p tsconfig.esm.json\" && node config/cleanTypes.js && yarn update-metadata",