Commit 0f95e238e7d990af64891bac02844a39e4c0cac1
3.21.1
Matt McKegg committed on 6/27/2017, 5:14:34 AMParent: 60937d3f4651c570a60de8a1e7b59f63e3ebc276
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "mutant", |
3 | - "version": "3.21.0", | |
3 … | + "version": "3.21.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": "browserify test/*.js | tape-run | tap-spec" |
7 | 7 … | }, |
Built with git-ssb-web