Skip to content

Commit

Permalink
Revert "ci: anguler-cli更新" #9
Browse files Browse the repository at this point in the history
This reverts commit 3eb20c9.
  • Loading branch information
TK11235 committed Nov 6, 2017
1 parent 1cc3ecf commit af94483
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 24 deletions.
9 changes: 3 additions & 6 deletions .angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,13 @@
},
"lint": [
{
"project": "src/tsconfig.app.json",
"exclude": "**/node_modules/**"
"project": "src/tsconfig.app.json"
},
{
"project": "src/tsconfig.spec.json",
"exclude": "**/node_modules/**"
"project": "src/tsconfig.spec.json"
},
{
"project": "e2e/tsconfig.e2e.json",
"exclude": "**/node_modules/**"
"project": "e2e/tsconfig.e2e.json"
}
],
"test": {
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^5.0.0",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/router": "^5.0.0",
"@angular/animations": "^4.2.4",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
"core-js": "^2.4.1",
"crypto-js": "^3.1.9-1",
"js-yaml": "^3.9.0",
"jszip": "^3.1.3",
"lzbase62": "^1.4.6",
"msgpack-lite": "^0.1.26",
"rxjs": "^5.5.2",
"rxjs": "^5.4.2",
"vkbeautify": "^0.99.1",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/cli": "^1.5.0",
"@angular/compiler-cli": "^5.0.0",
"@angular/language-service": "^5.0.0",
"@angular/cli": "^1.4.2",
"@angular/compiler-cli": "^4.2.4",
"@angular/language-service": "^4.2.4",
"@types/crypto-js": "^3.1.33",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
Expand All @@ -45,7 +45,7 @@
"@types/msgpack-lite": "^0.1.5",
"@types/node": "~6.0.60",
"@types/vkbeautify": "^0.99.1",
"codelyzer": "~3.2.0",
"codelyzer": "~3.1.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
Expand All @@ -56,7 +56,7 @@
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.2",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "~2.4.2"
"tslint": "~5.3.2",
"typescript": "~2.3.3"
}
}
5 changes: 3 additions & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"forin": true,
"import-blacklist": [
true,
"rxjs",
"rxjs/Rx"
"rxjs"
],
"import-spacing": true,
"indent": [
Expand Down Expand Up @@ -136,6 +135,8 @@
"use-pipe-transform-interface": true,
"component-class-suffix": true,
"directive-class-suffix": true,
"no-access-missing-member": true,
"templates-use-public": true,
"invoke-injectable": true
}
}

0 comments on commit af94483

Please sign in to comment.