@sb1/ffe-pagination 3.0.25 → 3.0.26
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 +7 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sb1/ffe-pagination",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.26",
|
|
4
4
|
"description": "Pagination in ffe",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "SpareBank 1",
|
|
@@ -13,18 +13,20 @@
|
|
|
13
13
|
"url": "ssh://git@github.com:SpareBank1/designsystem.git"
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
|
-
"lint": "
|
|
16
|
+
"lint": "echo `Linting handled at root level with oxlint`",
|
|
17
|
+
"lint:style": "ffe-buildtool stylelint less/*.less",
|
|
18
|
+
"lint:style:fix": "ffe-buildtool stylelint --fix less/*.less",
|
|
17
19
|
"test": "npm run lint",
|
|
18
20
|
"build": "lessc less/pagination.less css/pagination.css --autoprefix"
|
|
19
21
|
},
|
|
20
22
|
"dependencies": {
|
|
21
|
-
"@sb1/ffe-core": "^32.0.
|
|
23
|
+
"@sb1/ffe-core": "^32.0.5"
|
|
22
24
|
},
|
|
23
25
|
"devDependencies": {
|
|
24
|
-
"@sb1/ffe-buildtool": "^0.10.
|
|
26
|
+
"@sb1/ffe-buildtool": "^0.10.1"
|
|
25
27
|
},
|
|
26
28
|
"publishConfig": {
|
|
27
29
|
"access": "public"
|
|
28
30
|
},
|
|
29
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "12c17b17efaecc8943ccaef202c7243e43083d52"
|
|
30
32
|
}
|