Skip to content

Commit

Permalink
Rebase onto upstream/master
Browse files Browse the repository at this point in the history
  • Loading branch information
jwshinjwshin committed Aug 14, 2017
1 parent b3d8edd commit 2bdc6f3
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 197 deletions.
308 changes: 122 additions & 186 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"gulp-clean-css": "^3.3.1",
"gulp-cli": "^1.3.0",
"gulp-connect": "^5.0.0",
"gulp-conventional-changelog": "^1.1.3",
"gulp-conventional-changelog": "^1.1.4",
"gulp-dom": "^0.9.17",
"gulp-flatten": "^0.3.1",
"gulp-highlight-files": "^0.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/cdk/stepper/stepper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
ViewChild,
TemplateRef
} from '@angular/core';
import {LEFT_ARROW, RIGHT_ARROW, ENTER, SPACE} from '@angular/cdk/keyboard';
import {LEFT_ARROW, RIGHT_ARROW, ENTER, SPACE} from '@angular/cdk/keycodes';
import {CdkStepLabel} from './step-label';
import {coerceBooleanProperty} from '@angular/cdk/coercion';
import {AbstractControl} from '@angular/forms';
Expand Down
8 changes: 0 additions & 8 deletions src/cdk/stepper/tsconfig-build.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
{
"extends": "../tsconfig-build",
"compilerOptions": {
"outDir": "../../../dist/packages/cdk",
"baseUrl": ".",
"paths": {
"@angular/cdk/keyboard": ["../../../dist/packages/cdk/keyboard/public_api"],
"@angular/cdk/coercion": ["../../../dist/packages/cdk/coercion/public_api"]
}
},
"files": [
"public_api.ts"
],
Expand Down
Loading

0 comments on commit 2bdc6f3

Please sign in to comment.