Skip to content

Commit

Permalink
[RELEASE] Version v0.1.0. Dist folder removed from git ignore. JShint…
Browse files Browse the repository at this point in the history
…rc file added for codeclimate.
  • Loading branch information
prescottprue committed Sep 19, 2015
1 parent 22e9389 commit e93662e
Show file tree
Hide file tree
Showing 9 changed files with 15,719 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ tmp
.DS_Store
**/.DS_Store
wiki
wiki/**
dist
wiki/**
5 changes: 5 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"node" : true,
"browser" : true,
"esnext": true
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Using Matter requires having created an application on [Tessellate](http://tesse

```HTML
<!-- Matter Library Bundle -->
<script src="http://cdn.kyper.io/js/matter/0.0.9/matter.bundle.js"></script>
<script src="http://cdn.kyper.io/js/matter/0.1.0/matter.bundle.js"></script>
```
#### Bower
Run `bower install --save kyper-matter`
Expand Down

0 comments on commit e93662e

Please sign in to comment.