babel-plugin-hyperhtml
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "babel-plugin-hyperhtml", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Compiles JSX to hyperHTML calls. ", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "jest --collectCoverage", | ||
"test": "jest", | ||
"prepublish": "yarn run build", | ||
@@ -28,3 +28,8 @@ "build": "babel -d ./lib ./src" | ||
}, | ||
"dependencies": {} | ||
"dependencies": {}, | ||
"jest": { | ||
"roots": [ | ||
"<rootDir>/src/" | ||
] | ||
} | ||
} |
@@ -27,3 +27,3 @@ # Babel Plugin HyperHTML | ||
TODO: See the tests for now. | ||
TODO: See the tests and [this demo on AST Explorer](http://astexplorer.net/#/gist/bd0aaf31811a4f68e637c330d0472391/d7d74dcb671df9a4746910bbb939b1e6fef5cea8) for now. | ||
@@ -30,0 +30,0 @@ |
44494
13
852