Commit 9a45ee19f015307308d964ffa52965fe95ed8ad0
3.10.0
Matt McKegg committed on 11/19/2016, 1:42:18 PMParent: b9445832e31d8b9279595a8b40c71be0fc1bc40e
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "@mmckegg/mutant", |
3 | - "version": "3.9.0", | |
3 … | + "version": "3.10.0", | |
4 | 4 … | "description": "Create observables and map them to DOM elements. Massively inspired by hyperscript and observ-*. No virtual dom, just direct observable bindings. Unnecessary garbage collection is avoided by using mutable objects instead of blasting immutable junk all over the place.", |
5 | 5 … | "scripts": { |
6 | 6 … | "test": "echo \"Error: no test specified\" && exit 1" |
7 | 7 … | }, |
Built with git-ssb-web