Commit 0db3abb5a74409fcebb43f55d2aa8280583ce4f3
3.7.2
Matt McKegg committed on 11/3/2016, 12:44:42 PMParent: c1883dce4e666e45b62e08d2c4e605130ccb968a
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "@mmckegg/mutant", |
3 | - "version": "3.7.1", | |
3 … | + "version": "3.7.2", | |
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