Skip to content

Commit a230dc7

Browse files
committed
update to 6.7.0
1 parent 422e16b commit a230dc7

19 files changed

+2697
-1631
lines changed

js-storefront/b2bspastore/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"configurations": [
55
{
66
"name": "ng serve",
7-
"type": "chrome",
7+
"type": "pwa-chrome",
88
"request": "launch",
99
"preLaunchTask": "npm: start",
1010
"url": "http://localhost:4200/"

js-storefront/b2bspastore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# B2bspastore
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.9.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.4.
44

55
## Development server
66

js-storefront/b2bspastore/angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"src/styles/spartacus/order.scss",
4242
"src/styles/spartacus/checkout.scss",
4343
"src/styles/spartacus/storefinder.scss",
44-
"src/styles/spartacus/product.scss",
45-
"src/styles/spartacus/asm.scss"
44+
"src/styles/spartacus/asm.scss",
45+
"src/styles/spartacus/product.scss"
4646
],
4747
"scripts": [],
4848
"stylePreprocessorOptions": {
@@ -121,8 +121,8 @@
121121
"src/styles/spartacus/order.scss",
122122
"src/styles/spartacus/checkout.scss",
123123
"src/styles/spartacus/storefinder.scss",
124-
"src/styles/spartacus/product.scss",
125-
"src/styles/spartacus/asm.scss"
124+
"src/styles/spartacus/asm.scss",
125+
"src/styles/spartacus/product.scss"
126126
],
127127
"scripts": [],
128128
"stylePreprocessorOptions": {

0 commit comments

Comments
 (0)