Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Commit

Permalink
feat(package): codelyzer version updated, deps moved to peer dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Nov 17, 2016
1 parent 056086a commit e81f1af
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@
"url": "https://github.com/valor-software/tslint-config-valorsoft/issues"
},
"homepage": "https://github.com/valor-software/tslint-config-valorsoft#readme",
"dependencies": {
"codelyzer": "1.0.0-beta.3",
"tslint": "3.15.1"
"peerDependencies": {
"codelyzer": "^1.0.0-beta.4",
"tslint": "^3.15.1"
},
"devDependencies": {
"@angular/compiler": "2.1.2",
"@angular/core": "2.1.2",
"codelyzer": "^1.0.0-beta.4",
"tslint": "^3.15.1",
"@angular/compiler": "2.2.0",
"@angular/core": "2.2.0",
"chai": "3.5.0",
"change-case": "3.0.0",
"conventional-changelog-cli": "1.2.0",
Expand All @@ -47,7 +49,7 @@
"pre-commit": "1.1.3",
"rxjs": "5.0.0-beta.12",
"strip-json-comments": "2.0.1",
"typescript": "2.0.8",
"typescript": "2.0.10",
"zone.js": "0.6.26"
}
}

0 comments on commit e81f1af

Please sign in to comment.