Skip to content

Commit

Permalink
chore(*): move angular2 from npm dependencies to peerDependencies
Browse files Browse the repository at this point in the history
close #24

also upgrade our devDependencies to the latest versions
  • Loading branch information
urish committed Mar 26, 2016
1 parent 79d1a18 commit 768a2f1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.5.0 - TBD
- Move `angular2` from npm `dependencies` to `peerDependencies` (see [#24](https://github.com/urish/angular2-moment/pull/24))

## 0.4.3 - 2015-03-06
- include `amFromUnix` pipe in the package's exports
- publish our `typings.json` to npm
Expand Down
29 changes: 16 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,29 @@
"url": "https://github.com/urish/angular2-moment/issues"
},
"homepage": "https://github.com/urish/angular2-moment#readme",
"peerDependencies": {
"angular2": "^2.0.0-beta.6"
},
"dependencies": {
"angular2": "^2.0.0-beta.6",
"moment": "^2.11.2"
},
"devDependencies": {
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"angular2": "2.0.0-beta.12",
"es6-promise": "3.1.2",
"es6-shim": "0.35.0",
"jasmine-core": "2.4.1",
"karma": "0.13.21",
"karma-chrome-launcher": "0.2.2",
"karma-jasmine": "0.3.7",
"karma": "0.13.22",
"karma-chrome-launcher": "0.2.3",
"karma-jasmine": "0.3.8",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "^1.7.0",
"karma-webpack": "1.7.0",
"reflect-metadata": "0.1.2",
"rxjs": "^5.0.0-beta.0",
"rxjs": "5.0.0-beta.2",
"ts-loader": "0.8.1",
"tslint": "3.3.0",
"typescript": "1.7.5",
"typings": "0.6.8",
"webpack": "1.12.13",
"zone.js": "^0.6.4"
"tslint": "3.6.0",
"typescript": "1.8.9",
"typings": "0.7.9",
"webpack": "1.12.14",
"zone.js": "0.6.6"
}
}
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"no-duplicate-variable": true,
"no-empty": false,
"no-eval": true,
"no-trailing-comma": true,
"trailing-comma": "never",
"no-trailing-whitespace": true,
"no-unused-expression": true,
"no-unused-variable": false,
Expand Down

0 comments on commit 768a2f1

Please sign in to comment.