Commit 89e85f9009db15cde0d4a19d0f6fd5167a25d808
3.22.1
Matt McKegg committed on 11/12/2017, 4:41:14 AMParent: e9d4ab45391a98cd08092fe447f7cd7c3732779b
Files changed
package.json | changed |
package.json | |||
---|---|---|---|
@@ -1,7 +1,7 @@ | |||
1 | 1 … | { | |
2 | 2 … | "name": "mutant", | |
3 | - "version": "3.22.0", | ||
3 … | + "version": "3.22.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