@htmlplus/element 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -941,8 +941,8 @@ const { start, next, finish } = compiler(...plugins);
941
941
  TODO
942
942
 
943
943
  ```js
944
- import compiler from '@htmlplus/element/compiler';
945
- import { customElement, extract, parse, read, style, validate } from '@htmlplus/element/compiler';
944
+ import compiler from '@htmlplus/element/compiler/index.js';
945
+ import { customElement, extract, parse, read, style, validate } from '@htmlplus/element/compiler/index.js';
946
946
 
947
947
  const { start, next, finish } = compiler(
948
948
  read(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlplus/element",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "license": "MIT",
5
5
  "author": "Masood Abdolian <m.abdolian@gmail.com>",
6
6
  "description": "Compiler of HTMLPlus",