@sb1/ffe-icons 17.0.0 → 17.0.1
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,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sb1/ffe-icons",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.1",
|
|
4
4
|
"description": "Felles Front End Icons",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "SpareBank 1",
|
|
7
7
|
"bin": {
|
|
8
|
-
"ffe-icons": "bin/build.
|
|
8
|
+
"ffe-icons": "bin/build.cjs"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"icons",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "lessc less/ffe-icons.less css/ffe-icons.css --autoprefix",
|
|
21
|
-
"build:icons": "node bin/build.
|
|
22
|
-
"lint": "eslint bin",
|
|
21
|
+
"build:icons": "node bin/build.cjs",
|
|
22
|
+
"lint": "eslint --config ./eslint.config.js bin",
|
|
23
23
|
"test": "npm run lint"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
@@ -29,10 +29,11 @@
|
|
|
29
29
|
"yargs": "^17.7.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"eslint": "^
|
|
32
|
+
"eslint": "^9.22.0"
|
|
33
33
|
},
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"
|
|
37
|
+
"type": "module",
|
|
38
|
+
"gitHead": "61e0e1ffb823447811627196398c7818d0e8cea3"
|
|
38
39
|
}
|
|
File without changes
|