Skip to content

Commit

Permalink
update to ds 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lombardi-gux committed Jul 19, 2021
1 parent 9621264 commit 35230a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
1 change: 1 addition & 0 deletions client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"styles": [
"node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"node_modules/pb-design-system/dist/css/designsystem.css",
"src/styles.scss"
],
Expand Down
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starter",
"version": "2.6.3",
"version": "2.7.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -32,7 +32,7 @@
"core-js": "3.11.1",
"d3": "6.7.0",
"jquery": "3.6.0",
"pb-design-system": "6.6.4",
"pb-design-system": "6.7.1",
"popper.js": "1.16.1",
"rxjs": "6.6.3",
"topojson-client": "3.1.0",
Expand Down
8 changes: 0 additions & 8 deletions client/src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
@import '../node_modules/bootstrap/scss/functions';
@import '../node_modules/bootstrap/scss/mixins';

@import '../node_modules/pb-design-system/sass/variables';
@import '../node_modules/pb-design-system/sass/mixins';

@import '../node_modules/pb-design-system/dist/css/designsystem.css';

// your project imports, add as many as you need
@import '../src/sass/sample';
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-starter-app",
"version": "2.6.3",
"description": "PB starter application with DS 6.6",
"version": "2.7.0",
"description": "PB starter application with DS 6.7",
"main": "index.html",
"scripts": {
"start": "cd client && npm start",
Expand Down

0 comments on commit 35230a2

Please sign in to comment.