Comparing version 1.0.4 to 1.0.5
@@ -1,2 +0,2 @@ | ||
import Boostact from "./src/boostact/Boostact"; | ||
import Boostact from "./src/boostact/Boostact.js"; | ||
/** @jsx Boostact.createElement */ | ||
@@ -3,0 +3,0 @@ |
{ | ||
"type": "module", | ||
"name": "boostact", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "./src/index.js", | ||
@@ -5,0 +6,0 @@ "scripts": { |
@@ -378,2 +378,2 @@ /* eslint-disable no-restricted-syntax */ | ||
module.exports = { render, createElement, useState, useEffect, useReducer }; | ||
export default { render, createElement, useState, useEffect, useReducer }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14725
Yes