@ukic/fonts 3.0.0-alpha.3 → 3.1.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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ This package includes fonts used within ICDS components.
|
|
|
6
6
|
|
|
7
7
|
Run `npm install @ukic/fonts` at the root level of your project.
|
|
8
8
|
|
|
9
|
-
The `fonts.css` file can be imported into the relevant file type:
|
|
9
|
+
The `fonts.css` file can then be imported into the relevant file type:
|
|
10
10
|
|
|
11
11
|
#### Javascript
|
|
12
12
|
````js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukic/fonts",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Typography assets for @ukic components",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "rimraf ./dist && webpack --config .webpack/webpack.config.js",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"webpack-cli": "^4.9.2"
|
|
29
29
|
},
|
|
30
30
|
"packageManager": "^npm@10.9.2",
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "6ddd470175efc6e34d94c67fe05db42304dd4e3c"
|
|
32
32
|
}
|