Skip to content

Commit

Permalink
feat(package): angular-cli version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jan 20, 2017
1 parent 7d454de commit a79aa26
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7,797 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
/node_modules
/bower_components
yarn.lock

# IDEs and editors
/.idea
Expand Down
2 changes: 1 addition & 1 deletion demo/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import './polyfills.ts';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { enableProdMode } from '@angular/core';
import { environment } from './environments/environment';
import { AppModule } from './app/';
import { AppModule } from './app/app.module';

if (environment.production) {
enableProdMode();
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@
"@angular/platform-browser-dynamic": "^2.4.4",
"@angular/router": "^3.4.4",
"@angular/tsc-wrapped": "0.5.1",
"@ngtools/webpack": "1.2.3",
"@ngtools/webpack": "^1.2.4",
"@types/jasmine": "^2.5.41",
"@types/marked": "0.0.28",
"@types/node": "7.0.0",
"@types/webpack": "^2.2.2",
"angular-cli": "1.0.0-beta.25.5",
"angular-cli": "^1.0.0-beta.26",
"bootstrap": "3.3.7",
"chokidar-cli": "1.2.0",
"classlist-polyfill": "1.0.3",
Expand Down Expand Up @@ -108,7 +108,7 @@
"markdown-loader": "github:valorkin/markdown-loader",
"marked": "0.3.6",
"ng2-page-scroll": "4.0.0-beta.2",
"ngm-cli": "0.4.3",
"ngm-cli": "0.4.4",
"npm-run-all": "^4.0.1",
"pre-commit": "1.2.2",
"protractor": "5.0.0",
Expand All @@ -121,7 +121,7 @@
"tslint": "4.3.1",
"tslint-config-valorsoft": "1.2.0",
"typedoc": "0.5.5",
"typescript": "2.1.5",
"typescript": "2.0.10",
"wallaby-webpack": "^0.0.31",
"webdriver-manager": "11.1.1",
"zone.js": "^0.7.6"
Expand Down
Loading

0 comments on commit a79aa26

Please sign in to comment.