Skip to content

Commit

Permalink
Merge pull request #28 from Download/master
Browse files Browse the repository at this point in the history
Update develop with 0.6.3
  • Loading branch information
Download authored Jul 5, 2017
2 parents 11327b4 + 02a4755 commit ee9e0b9
Show file tree
Hide file tree
Showing 14 changed files with 3,776 additions and 3,607 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mics <sup><sub>0.6.2</sub></sup>
# mics <sup><sub>0.6.3</sub></sup>
### Multiple Inheritance Class System
**Intuitive mixins for ES6 classes**

Expand Down Expand Up @@ -26,8 +26,8 @@ npm install --save mics
```

## Direct download
* [mics.umd.js](https://cdn.rawgit.com/download/mics/0.6.2/dist/mics.umd.js) (universal module works in browser and node)
* [mics.min.js](https://cdn.rawgit.com/download/mics/0.6.2/dist/mics.min.js) (minified version of universal module file)
* [mics.umd.js](https://cdn.rawgit.com/download/mics/0.6.3/dist/mics.umd.js) (universal module works in browser and node)
* [mics.min.js](https://cdn.rawgit.com/download/mics/0.6.3/dist/mics.min.js) (minified version of universal module file)


## Include in your app
Expand Down Expand Up @@ -55,7 +55,7 @@ define(['mics'], function(mics){

### Script tag
```html
<script src="https://cdn.rawgit.com/download/mics/0.6.2/dist/mics.min.js"></script>
<script src="https://cdn.rawgit.com/download/mics/0.6.3/dist/mics.min.js"></script>
<script>
var mix = mics.mix
var is = mics.is
Expand Down
202 changes: 109 additions & 93 deletions dist/mics.cjs.js

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

Loading

0 comments on commit ee9e0b9

Please sign in to comment.