Skip to content

Commit

Permalink
v0.3.0 => remove singleton object state, added rollup module bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
luisvinicius167 committed Jun 14, 2017
1 parent 9e79fe7 commit e66e341
Show file tree
Hide file tree
Showing 26 changed files with 936 additions and 916 deletions.
16 changes: 16 additions & 0 deletions .babelrc
@@ -0,0 +1,16 @@
{
"presets": [
[
"env",
{
"modules": false,
"targets": {
"browsers": [
"last 2 versions",
"safari >= 7"
]
}
}
]
]
}
33 changes: 0 additions & 33 deletions Gruntfile.js

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -2,8 +2,8 @@

Dutier is a small (1kb) and simple state management solution for Javascript applications. <br/>

[![npm package](https://img.shields.io/badge/npm-0.2.1-blue.svg)](https://www.npmjs.com/package/dutier)
[![CDN](https://img.shields.io/badge/cdn-0.2.1-ff69b4.svg)](https://unpkg.com/dutier@0.2.1)
[![npm package](https://img.shields.io/badge/npm-0.3.0-blue.svg)](https://www.npmjs.com/package/dutier)
[![CDN](https://img.shields.io/badge/cdn-0.3.0-ff69b4.svg)](https://unpkg.com/dutier@0.3.0)


### Influences
Expand All @@ -13,7 +13,7 @@ It evolves on the ideas of [Redux](https://github.com/reactjs/redux).

### Install
* Yarn: ``` yarn install dutier ```
* CDN: ```https://unpkg.com/dutier@0.2.1```
* CDN: ```https://unpkg.com/dutier@0.3.0```

### Features
* small 1kb minified
Expand Down
246 changes: 120 additions & 126 deletions dist/dutier.js

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

0 comments on commit e66e341

Please sign in to comment.