slu-design-system 1.2.40 → 1.2.41

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 +6 -4
package/package.json CHANGED
@@ -1,18 +1,20 @@
1
1
  {
2
2
  "name": "slu-design-system",
3
- "version": "1.2.40",
3
+ "version": "1.2.41",
4
4
  "description": "Artdatabanken designsystem",
5
5
  "scripts": {
6
+ "copyFolder": "copyfiles src/fonts/*.* dist/fonts",
6
7
  "build": "sass src/designsystem-default.scss dist/designsystem-default.css",
7
8
  "css-minify": "cleancss --format breaksWith=lf --output dist/designsystem-default.min.css dist/designsystem-default.css",
8
9
  "start": "sass --watch src/designsystem-default.scss dist/designsystem-default.css",
9
- "build-prod": "npm run build && npm run css-minify"
10
+ "build-prod": "npm run build && npm run css-minify && npm run copyFolder"
10
11
  },
11
12
  "author": "ADB",
12
13
  "license": "ISC",
13
14
  "devDependencies": {
15
+ "bootstrap": "^5.1.1",
14
16
  "clean-css-cli": "^5.3.3",
15
- "sass": "^1.42.1",
16
- "bootstrap": "^5.1.1"
17
+ "copyfiles": "^2.4.1",
18
+ "sass": "^1.42.1"
17
19
  }
18
20
  }