Skip to content

Commit

Permalink
revert scss-bundle to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BhavinPatel04 committed Oct 11, 2020
1 parent c840e18 commit 68e2a0d
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 71 deletions.
79 changes: 15 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@
"angular5",
"angular6",
"angular7",
"angular8",
"angular9",
"angular10",
"ng2",
"ng4",
"ng5",
"ng7",
"ng8",
"ng9",
"ng10",
"ngx",
"boilerplate",
"barebone",
Expand Down Expand Up @@ -124,7 +130,7 @@
"prettier": "^1.15.3",
"pretty-quick": "^1.8.0",
"protractor": "~7.0.0",
"scss-bundle": "^3.0.1",
"scss-bundle": "3.0.2",
"stylelint": "^9.9.0",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
Expand Down
8 changes: 7 additions & 1 deletion projects/ngx-datetime-range-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-datetime-range-picker",
"version": "2.0.3",
"version": "3.0.0",
"homepage": "https://github.com/BhavinPatel04/ngx-datetime-range-picker",
"bugs": "https://github.com/BhavinPatel04/ngx-datetime-range-picker/issues",
"repository": {
Expand All @@ -18,10 +18,16 @@
"angular5",
"angular6",
"angular7",
"angular8",
"angular9",
"angular10",
"ng2",
"ng4",
"ng5",
"ng7",
"ng8",
"ng9",
"ng10",
"ngx",
"boilerplate",
"barebone",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "../../../../../node_modules/@angular/material/theming";
@import "~@angular/material/theming";

$ndtrp-primary: (
50: #e6f0fa,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "../../../../node_modules/bootstrap/scss/bootstrap.scss";
@import "~bootstrap/scss/bootstrap.scss";
$fa-font-path: "~font-awesome/fonts";
@import "../../../../node_modules/font-awesome/scss/font-awesome.scss";
@import "~font-awesome/scss/font-awesome.scss";

@mixin ngx-datetime-range-picker-component-theme($theme) {
$ndtrp-primary-color-map: map-get($theme, primary);
Expand Down
1 change: 0 additions & 1 deletion projects/ngx-datetime-range-picker/tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "./",
"outDir": "../../out-tsc/lib",
"target": "es2015",
"module": "amd",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "../../node_modules/@angular/material/theming";
@import "~@angular/material/theming";

$ndtrp-primary: $mat-red;

Expand Down

0 comments on commit 68e2a0d

Please sign in to comment.