Commit 47af4cfff131b656d6f418cd79de17a67d34fd4e
3.21.0
Matt McKegg committed on 6/20/2017, 4:03:55 PMParent: 8cd7c88b209a2811af3674d0483a03c651d5d51b
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "mutant", |
3 | - "version": "3.20.2", | |
3 … | + "version": "3.21.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": "browserify test/*.js | tape-run | tap-spec" |
7 | 7 … | }, |
Built with git-ssb-web