@navikt/aksel 5.0.3 → 5.2.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -242,4 +242,4 @@ This codemod can only be ran once, since the size-scale will keep decreasing for
242
242
 
243
243
  ## License
244
244
 
245
- [MIT](https://github.com/navikt/aksel/blob/main/LICENCE)
245
+ [MIT](https://github.com/navikt/aksel/blob/main/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel",
3
- "version": "5.0.3",
3
+ "version": "5.2.0",
4
4
  "description": "Aksel command line interface. Handles css-imports, codemods and more",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "license": "MIT",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "homepage": "https://aksel.nav.no/grunnleggende/kode/kommandolinje",
31
31
  "dependencies": {
32
- "@navikt/ds-css": "5.0.3",
32
+ "@navikt/ds-css": "5.2.0",
33
33
  "axios": "1.3.6",
34
34
  "chalk": "4.1.0",
35
35
  "clipboardy": "^2.3.0",