@riotjs/util
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -1,2 +0,2 @@ | ||
import {dashToCamelCase} from './strings' | ||
import {dashToCamelCase} from './strings.js' | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import {isFunction} from './checks' | ||
import {isFunction} from './checks.js' | ||
@@ -3,0 +3,0 @@ // does simply nothing |
18
index.js
@@ -1,9 +0,9 @@ | ||
export * from './binding-types' | ||
export * from './checks' | ||
export * from './constants' | ||
export * from './dom' | ||
export * from './expression-types' | ||
export * from './functions' | ||
export * from './misc' | ||
export * from './objects' | ||
export * from './strings' | ||
export * from './binding-types.js' | ||
export * from './checks.js' | ||
export * from './constants.js' | ||
export * from './dom.js' | ||
export * from './expression-types.js' | ||
export * from './functions.js' | ||
export * from './misc.js' | ||
export * from './objects.js' | ||
export * from './strings.js' |
@@ -1,3 +0,3 @@ | ||
import {ATTRIBUTE, VALUE} from './expression-types' | ||
import {dashToCamelCase} from './strings' | ||
import {ATTRIBUTE, VALUE} from './expression-types.js' | ||
import {dashToCamelCase} from './strings.js' | ||
@@ -54,2 +54,2 @@ /** | ||
}, {}) | ||
} | ||
} |
{ | ||
"name": "@riotjs/util", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Riot.js util functions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
13392
325