@sb1/ffe-datepicker 100.8.0 → 100.8.2
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 +5 -5
package/README.md
CHANGED
|
@@ -176,6 +176,6 @@ npm run build
|
|
|
176
176
|
npm start
|
|
177
177
|
```
|
|
178
178
|
|
|
179
|
-
A local instance of `
|
|
179
|
+
A local instance of `Storybook` with live reloading will run at http://localhost:6006/.
|
|
180
180
|
|
|
181
181
|
Example implementations using the latest versions of all components are also available at https://sparebank1.github.io/designsystem.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sb1/ffe-datepicker",
|
|
3
|
-
"version": "100.8.
|
|
3
|
+
"version": "100.8.2",
|
|
4
4
|
"description": "FFE Datepicker",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "SpareBank 1",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"build": "lessc less/datepicker.less css/datepicker.css --autoprefix"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@sb1/ffe-core": "^100.8.
|
|
24
|
-
"@sb1/ffe-form": "^100.8.
|
|
23
|
+
"@sb1/ffe-core": "^100.8.2",
|
|
24
|
+
"@sb1/ffe-form": "^100.8.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@sb1/ffe-buildtool": "^100.8.
|
|
27
|
+
"@sb1/ffe-buildtool": "^100.8.2"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "50fbbbdb2023a60add7158e8c5bd6443c4f9c95e"
|
|
33
33
|
}
|