Skip to content

Commit

Permalink
Release 0.4.13
Browse files Browse the repository at this point in the history
- remove rxjs-compat through RxJS 6 MIGRATION docs
- remove underscore
  • Loading branch information
ardatan committed May 31, 2018
1 parent 0d39029 commit 0e3c1cd
Show file tree
Hide file tree
Showing 37 changed files with 2,392 additions and 1,995 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
node_modules/
dist/
.node_modules
.idea
typings
Expand Down
15 changes: 4 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
sudo: required
language: node_js
node_js:
- "6"
services:
- mongodb
addons:
chrome: stable
before_install:
- curl https://install.meteor.com | /bin/sh
- rm -rf node_modules

install:
- git clean -fXd
- npm install -g phantomjs-prebuilt tslint typescript rollup
- npm install
- cd tests && meteor npm rebuild && cd ..
- meteor npm install

script:
- npm run test-ci
- meteor npm run test-ci
1 change: 1 addition & 0 deletions dist/MeteorObservable.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Observable } from 'rxjs';
import { Tracker } from 'meteor/tracker';
/**
* This is a class with static methods that wrap Meteor's API and return RxJS
* Observables. The methods' signatures are the same as Meteor's, with the ]
Expand Down
106 changes: 49 additions & 57 deletions dist/MeteorObservable.js

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

2 changes: 1 addition & 1 deletion dist/MeteorObservable.js.map

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

Loading

0 comments on commit 0e3c1cd

Please sign in to comment.