Commit 8896a2e957d022ffef99f62ab6fb39670ec3138e
3.10.1
Matt McKegg committed on 11/21/2016, 4:06:38 AMParent: 39416ded1a220c1715ed88d5ce2116950c378d3b
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "@mmckegg/mutant", |
3 | - "version": "3.10.0", | |
3 … | + "version": "3.10.1", | |
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