Skip to content

Commit

Permalink
Merge branch 'release/2.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
poteto committed Dec 4, 2015
2 parents 3c0e348 + 63c24a0 commit f3f116f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .jscsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"preset": "ember-suave"
}
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
language: node_js
node_js:
- "0.12"
- "4.1.2"

sudo: false
sudo: required
dist: trusty

cache:
directories:
Expand All @@ -23,7 +24,7 @@ matrix:
before_install:
- export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
- "npm config set spin false"
- "npm install -g npm@^2"
- "npm install -g npm@^3"

install:
- npm install -g bower
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-in-viewport",
"version": "2.0.3",
"version": "2.0.4",
"description": "Detect if an Ember View or Component is in the viewport @ 60FPS",
"directories": {
"doc": "doc",
Expand Down Expand Up @@ -34,7 +34,7 @@
"ember-disable-prototype-extensions": "^1.0.0",
"ember-disable-proxy-controllers": "^1.0.0",
"ember-export-application-global": "^1.0.3",
"ember-suave": "1.0.0",
"ember-suave": "1.2.3",
"ember-try": "0.0.6"
},
"keywords": [
Expand Down

0 comments on commit f3f116f

Please sign in to comment.