Commit c37d5c903c0d88bbbfc9daa1bf50aa2436aed954
3.14.1
Matt McKegg committed on 2/14/2017, 5:48:36 AMParent: 9373f5b2fb460b410ed10c9ab9c9cef6be5cc96e
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "mutant", |
3 | - "version": "3.14.0", | |
3 … | + "version": "3.14.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