Comparing version 0.0.2 to 0.0.3
@@ -10,6 +10,2 @@ /** | ||
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var printCss = ` | ||
@@ -529,2 +525,2 @@ | ||
exports.print = print; | ||
export { print }; |
{ | ||
"name": "glimp", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Visualization and interface tools for javascript.", | ||
@@ -5,0 +5,0 @@ "main": "face.js", |
@@ -25,3 +25,3 @@ import license from 'rollup-plugin-license'; | ||
file: 'dist/glimp.js', | ||
format: 'cjs' | ||
format: 'esm' | ||
}, | ||
@@ -28,0 +28,0 @@ plugins: licensePlugin |
@@ -89,2 +89,3 @@ /* | ||
changeToPage(table, toPage); | ||
e.preventDefault(); | ||
@@ -91,0 +92,0 @@ } |
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
30150
918