Commit f07d149c7cac728a0e0836d7d0088989be647ea4
3.5.3
Matt McKegg committed on 10/10/2016, 1:06:47 PMParent: cad6936104a79a67373781dd13199377e5726f60
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "@mmckegg/mutant", |
3 | - "version": "3.5.2", | |
3 … | + "version": "3.5.3", | |
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