spacetrim
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "spacetrim", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Trimming string from all 4 sides", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -5,7 +5,5 @@ import typescript from '@rollup/plugin-typescript'; | ||
export default { | ||
// !!! configPlugin: 'typescript', | ||
input: './src/spaceTrim.ts', | ||
output: { | ||
file: './dist/spaceTrim.js', | ||
//format: 'cjs' | ||
format: 'iife', | ||
@@ -12,0 +10,0 @@ sourcemap: true, |
Sorry, the diff of this file is not supported yet
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
6685
81