Skip to content

Commit

Permalink
fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Apr 13, 2017
1 parent c3de435 commit c1bf6e8
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
""
],
"dependencies": {
"@angular/common": "4.0.1",
"@angular/compiler": "4.0.1",
"@angular/core": "4.0.1",
"@angular/forms": "4.0.1",
"@angular/http": "4.0.1",
"@angular/platform-browser": "4.0.1",
"@angular/platform-browser-dynamic": "4.0.1",
"@angular/platform-server": "4.0.1",
"@angular/router": "4.0.1",

"@angular/material": "2.0.0-beta.2",
"@angular/common": "4.0.2",
"@angular/compiler": "4.0.2",
"@angular/core": "4.0.2",
"@angular/forms": "4.0.2",
"@angular/http": "4.0.2",
"@angular/platform-browser": "4.0.2",
"@angular/platform-browser-dynamic": "4.0.2",
"@angular/platform-server": "4.0.2",
"@angular/router": "4.0.2",

"@angular/material": "2.0.0-beta.3",

"@ngrx/core": "1.2.0",
"@ngrx/effects": "2.0.2",
Expand Down Expand Up @@ -58,7 +58,7 @@
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "2.1.14",

"karma": "1.5.0",
"karma": "1.6.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.1.0",
"karma-mocha-reporter": "2.2.3",
Expand All @@ -72,8 +72,8 @@
"autoprefixer": "6.7.7",
"postcss": "5.2.16",
"precss": "1.4.0",
"postcss-smart-import": "0.6.10",
"postcss-flexbugs-fixes": "2.1.0",
"postcss-smart-import": "0.6.11",
"postcss-flexbugs-fixes": "2.1.1",
"sass-lint": "1.10.2",
"rimraf": "2.6.1",

Expand All @@ -82,7 +82,7 @@
"es7-reflect-metadata": "1.6.0",

"copy-webpack-plugin": "4.0.1",
"compression-webpack-plugin": "0.3.2",
"compression-webpack-plugin": "0.4.0",
"extract-text-webpack-plugin": "2.1.0",
"script-ext-html-webpack-plugin": "1.7.1",
"html-webpack-plugin": "2.28.0",
Expand All @@ -102,12 +102,12 @@
"style-loader": "0.16.1",
"source-map-loader": "0.2.1",
"url-loader": "0.5.8",
"tslint-loader": "3.4.3",
"tslint-loader": "3.5.2",
"to-string-loader": "1.1.5",

"ts-helpers": "1.1.2",
"ts-node": "3.0.2",
"tslint": "5.0.0",
"tslint": "4.5.1",
"typedoc": "0.5.10",
"typescript": "2.2.2",

Expand Down Expand Up @@ -157,7 +157,7 @@
"url": "https://github.com/positive-js/angular-starter/issues"
},
"engines": {
"node": "6.10.2",
"npm": "3.10.10"
"node": ">= 6.10.2 <7",
"npm": ">=3.10.10 <4"
}
}

0 comments on commit c1bf6e8

Please sign in to comment.