mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-19 22:48:08 +01:00
parent
3e66636a05
commit
2108067aab
2 changed files with 2 additions and 9 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
"postcss-loader": "^1.0.0",
|
"postcss-loader": "^1.0.0",
|
||||||
"rxjs": "5.0.0-beta.12",
|
"rxjs": "5.0.0-beta.12",
|
||||||
"tether": "^1.2.4",
|
"tether": "^1.2.4",
|
||||||
"zone.js": "~0.6.23"
|
"zone.js": "~0.6.25"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"angular2-template-loader": "^0.5.0",
|
"angular2-template-loader": "^0.5.0",
|
||||||
|
|
@ -99,7 +99,7 @@
|
||||||
"webpack": "2.1.0-beta.25",
|
"webpack": "2.1.0-beta.25",
|
||||||
"webpack-dashboard": "^0.1.8",
|
"webpack-dashboard": "^0.1.8",
|
||||||
"webpack-dev-middleware": "^1.6.1",
|
"webpack-dev-middleware": "^1.6.1",
|
||||||
"webpack-dev-server": "^2.1.0-beta.9",
|
"webpack-dev-server": "2.1.0-beta.9",
|
||||||
"webpack-md5-hash": "^0.0.5",
|
"webpack-md5-hash": "^0.0.5",
|
||||||
"webpack-merge": "^0.15.0",
|
"webpack-merge": "^0.15.0",
|
||||||
"compression-webpack-plugin": "^0.3.1",
|
"compression-webpack-plugin": "^0.3.1",
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,6 @@
|
||||||
"curly": false,
|
"curly": false,
|
||||||
"forin": true,
|
"forin": true,
|
||||||
"label-position": true,
|
"label-position": true,
|
||||||
"label-undefined": true,
|
|
||||||
"no-arg": true,
|
"no-arg": true,
|
||||||
"no-bitwise": true,
|
"no-bitwise": true,
|
||||||
"no-conditional-assignment": true,
|
"no-conditional-assignment": true,
|
||||||
|
|
@ -70,11 +69,6 @@
|
||||||
true,
|
true,
|
||||||
"allow-null-check"
|
"allow-null-check"
|
||||||
],
|
],
|
||||||
"use-strict": [
|
|
||||||
true,
|
|
||||||
"check-module"
|
|
||||||
],
|
|
||||||
|
|
||||||
"eofline": true,
|
"eofline": true,
|
||||||
"indent": [
|
"indent": [
|
||||||
true,
|
true,
|
||||||
|
|
@ -104,7 +98,6 @@
|
||||||
"interface-name": false,
|
"interface-name": false,
|
||||||
"jsdoc-format": true,
|
"jsdoc-format": true,
|
||||||
"no-consecutive-blank-lines": false,
|
"no-consecutive-blank-lines": false,
|
||||||
"no-constructor-vars": false,
|
|
||||||
"one-line": [
|
"one-line": [
|
||||||
true,
|
true,
|
||||||
"check-open-brace",
|
"check-open-brace",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue