Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "funclate", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A 'build time' HTML parser + a 'runtime' template engine to patch the DOM incrementally.", | ||
@@ -18,3 +18,3 @@ "keywords": [ | ||
], | ||
"main": "lib/runtime/index.js", | ||
"main": "lib/runtime.js", | ||
"jsnext:main": "src/runtime/index.js", | ||
@@ -21,0 +21,0 @@ "scripts": { |
547407