-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 417d6cf Merge: d83c1cb f22680d Author: David Enke <[email protected]> Date: Thu Feb 22 00:36:05 2018 +0100
- Loading branch information
Showing
24 changed files
with
6,274 additions
and
5,939 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
build/ | ||
dist/ | ||
docs/ | ||
src/core/.ng_pkg_build | ||
target/ | ||
|
||
.classpath | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8.9.1 | ||
8.9.4 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,20 +4,20 @@ | |
"description": "Onscreen virtual keyboard for Angular ≥ 5 (https://angular.io/) using Material 2 (https://material.angular.io/).", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ngx-material-keyboard/ngx-material-keyboard.git" | ||
"url": "git+https://github.com/ngx-material-keyboard/core.git" | ||
}, | ||
"author": "David Enke <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ngx-material-keyboard/ngx-material-keyboard/issues" | ||
"url": "https://github.com/ngx-material-keyboard/core/issues" | ||
}, | ||
"homepage": "https://github.com/ngx-material-keyboard/ngx-material-keyboard.git#readme", | ||
"homepage": "https://github.com/ngx-material-keyboard/core", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "npm run start:demo", | ||
"start:demo": "ng serve --host 0.0.0.0 --disable-host-check", | ||
"build": "npm run build:core && npm run build:demo && npm run build:docs", | ||
"build:core": "ng-packagr && cpx -p README.md dist/core", | ||
"build:core": "ng-packagr -p ./src/core/package.json && cpx -p README.md dist/core", | ||
"build:demo": "ng build --prod --locale=de --progress=false --base-href=/demo/", | ||
"build:docs": "compodoc ./src/core -p ./tsconfig.json --silent --disableCoverage --disablePrivateOrInternalSupport --theme readthedocs --output ./dist/docs", | ||
"test": "ng test", | ||
|
@@ -27,49 +27,39 @@ | |
"postinstall": "npm rebuild node-sass" | ||
}, | ||
"dependencies": { | ||
"@angular/animations": "5.0.2", | ||
"@angular/cdk": "5.0.0-rc.1", | ||
"@angular/common": "5.0.2", | ||
"@angular/compiler": "5.0.2", | ||
"@angular/core": "5.0.2", | ||
"@angular/forms": "5.0.2", | ||
"@angular/http": "5.0.2", | ||
"@angular/material": "5.0.0-rc.1", | ||
"@angular/platform-browser": "5.0.2", | ||
"@angular/platform-browser-dynamic": "5.0.2", | ||
"@angular/router": "5.0.2", | ||
"@angular/animations": "5.2.5", | ||
"@angular/cdk": "5.2.2", | ||
"@angular/common": "5.2.5", | ||
"@angular/compiler": "5.2.5", | ||
"@angular/core": "5.2.5", | ||
"@angular/forms": "5.2.5", | ||
"@angular/http": "5.2.5", | ||
"@angular/material": "5.2.2", | ||
"@angular/platform-browser": "5.2.5", | ||
"@angular/platform-browser-dynamic": "5.2.5", | ||
"@angular/router": "5.2.5", | ||
"classlist.js": "1.1.20150312", | ||
"core-js": "2.5.1", | ||
"core-js": "2.5.3", | ||
"hammerjs": "2.0.8", | ||
"reset.scss": "1.0.0", | ||
"rxjs": "5.5.2", | ||
"reset-css": "2.2.1", | ||
"rxjs": "5.5.6", | ||
"web-animations-js": "2.3.1", | ||
"zone.js": "0.8.18" | ||
"zone.js": "0.8.20" | ||
}, | ||
"devDependencies": { | ||
"@angular/cli": "1.5.3", | ||
"@angular/compiler-cli": "5.0.2", | ||
"@angular/language-service": "5.0.2", | ||
"@angular/tsc-wrapped": "4.4.6", | ||
"@compodoc/compodoc": "1.0.4", | ||
"@types/jasmine": "2.8.2", | ||
"@types/node": "8.0.53", | ||
"codelyzer": "4.0.1", | ||
"@angular/cli": "1.7.0", | ||
"@angular/compiler-cli": "5.2.5", | ||
"@angular/language-service": "5.2.5", | ||
"@compodoc/compodoc": "1.0.7", | ||
"@types/jasmine": "2.8.6", | ||
"@types/node": "9.4.6", | ||
"codelyzer": "4.1.0", | ||
"cpx": "1.5.0", | ||
"jasmine-core": "2.8.0", | ||
"jasmine-spec-reporter": "4.2.1", | ||
"karma": "1.7.1", | ||
"karma-chrome-launcher": "2.2.0", | ||
"karma-cli": "1.0.1", | ||
"karma-coverage-istanbul-reporter": "1.3.0", | ||
"karma-jasmine": "1.1.0", | ||
"karma-jasmine-html-reporter": "0.2.2", | ||
"ng-packagr": "2.0.0-rc.2", | ||
"protractor": "5.2.0", | ||
"rxjs-tslint-rules": "3.1.1", | ||
"ng-packagr": "2.1.0", | ||
"rxjs-tslint-rules": "3.14.0", | ||
"sass-lint": "1.12.1", | ||
"ts-node": "3.3.0", | ||
"tslint": "5.8.0", | ||
"typescript": "2.6.1" | ||
"ts-node": "5.0.0", | ||
"tslint": "5.9.1", | ||
"typescript": "2.6.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.