Skip to content

Commit

Permalink
Merge branch 'release/0.11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
crucialfelix committed Apr 27, 2016
2 parents 9cd9d01 + 87ec3ed commit d29058b
Show file tree
Hide file tree
Showing 23 changed files with 233 additions and 3,753 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@
coverage
esdoc
.node-version
.tags1
0.10.0
0.8.0
0.9.1
0.9.2
0.9.3
18 changes: 16 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
/node_modules
/lib/js/__tests__
.babelrc
.eslintrc
.jcsrc
.node-version
.tags
.tags1
.travis.yml
/lib/**/__tests__/
0.*
coverage/
docs/
esdoc/
esdoc.json
examples/
org
src/
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: false
language: node_js
node_js:
- '5.0'
- '4.2'
- '4.1'
- '4.0'
- '6'
- '5'
- '4'
Loading

0 comments on commit d29058b

Please sign in to comment.