Skip to content

Commit

Permalink
fix(package): semantic version ranges, trigger 1.0 release
Browse files Browse the repository at this point in the history
BREAKING CHANGE: triggering 1.0.0 release
  • Loading branch information
paralin committed Nov 25, 2016
1 parent 9cbf5b2 commit 9d89f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/paralin/grpc-bus#readme",
"dependencies": {
"lodash": "^4.16.6",
"lodash": "^4.0.0",
"rxjs": "5.0.0-rc.4"
},
"devDependencies": {
Expand All @@ -42,7 +42,7 @@
"protobufjs": "^5.0.1",
"ts-node": "^1.4.1",
"tslint": "^3.15.1",
"typescript": "~2.0.2"
"typescript": "2.1.1"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 9d89f08

Please sign in to comment.