Skip to content

Commit

Permalink
Merge pull request ReactiveX#2711 from kwonoj/fix-tslib
Browse files Browse the repository at this point in the history
fix(build): set tslib as dependency
  • Loading branch information
kwonoj authored Jul 3, 2017
2 parents c84c4a6 + e97c76e commit 0212aee
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 @@ -199,7 +199,6 @@
"sinon": "^2.3.5",
"sinon-chai": "^2.11.0",
"source-map-support": "^0.4.0",
"tslib": "^1.7.1",
"tslint": "^5.4.3",
"typescript": "^2.4.0",
"validate-commit-msg": "^2.3.1",
Expand All @@ -212,6 +211,7 @@
},
"typings": "./dist/cjs/Rx.d.ts",
"dependencies": {
"symbol-observable": "^1.0.1"
"symbol-observable": "^1.0.1",
"tslib": "^1.7.1"
}
}

0 comments on commit 0212aee

Please sign in to comment.