Skip to content

Commit

Permalink
v 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ram authored and ram committed May 6, 2018
1 parent ba08fb3 commit 9c3d1b6
Show file tree
Hide file tree
Showing 5 changed files with 4,013 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ jspm_packages

# Output of 'npm pack'
*.tgz

.DS_Store
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
example
test
node_modules
coverage
.nyc_output
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js

node_js:
- '8'
- '6'
- 'stable'

after_success: npm run coverage

0 comments on commit 9c3d1b6

Please sign in to comment.