Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "bdom", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "a jsx compatible shorthand library for generating actual dom elements instead of virtual ones", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,3 @@ # bdom - jsx compatible shorthand tool for creating actual dom elements | ||
```js | ||
const dom = require('../../dom') | ||
const dom = require('bdom') | ||
const { h1, text, figcaption, style } = dom | ||
@@ -26,3 +26,3 @@ | ||
```js | ||
const dom = require('../../dom') | ||
const dom = require('bdom') | ||
const React = dom | ||
@@ -29,0 +29,0 @@ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10854
5
285
1