Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Smith authored and Kevin Smith committed Oct 19, 2018
1 parent dc47a21 commit 4907158
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zen-observable",
"version": "0.8.9",
"version": "0.8.10",
"repository": "zenparsing/zen-observable",
"description": "An Implementation of ES Observables",
"homepage": "https://github.com/zenparsing/zen-observable",
Expand Down
1 change: 1 addition & 0 deletions src/Observable.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if (hasSymbols() && !hasSymbol('observable')) {
const SymbolIterator = getSymbol('iterator');
const SymbolObservable = getSymbol('observable');
const SymbolSpecies = getSymbol('species');

// === Abstract Operations ===

function getMethod(obj, key) {
Expand Down

0 comments on commit 4907158

Please sign in to comment.