Comparing version 1.0.0 to 1.0.1
@@ -123,3 +123,3 @@ #!/usr/bin/env node | ||
.replace(/(^|\s|;)export default/, '$1module.exports =') | ||
.replace(/(^|\s|;)export (const|function|class|let|var) (.+?)(?=(\(|\s|\=))/gi, (_, x, type, name) => { | ||
.replace(/(^|\s|;)export (const|(?:async )?function|class|let|var) (.+?)(?=(\(|\s|\=))/gi, (_, x, type, name) => { | ||
return keys.push(name) && `${x}${type} ${name}`; | ||
@@ -126,0 +126,0 @@ }); |
{ | ||
"name": "bundt", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"repository": "lukeed/bundt", | ||
@@ -19,3 +19,3 @@ "description": "A simple bundler for your delcious modules~!", | ||
"scripts": { | ||
"test": "tape test/*.js | tap-spec" | ||
"test": "uvu test -i fixtures" | ||
}, | ||
@@ -39,5 +39,4 @@ "engines": { | ||
"premove": "^1.0.0", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^4.9.1" | ||
"uvu": "^0.0.6" | ||
} | ||
} |
@@ -32,3 +32,3 @@ <div align="center"> | ||
If you need either of these, using [`microbundle`](https://github.com/developit/microbundle) comes ***highly recommend***! | ||
If you need either of these, using [`microbundle`](https://github.com/developit/microbundle) comes ***highly recommended***! | ||
@@ -78,1 +78,5 @@ > Seriously, I write wonky ES5 code in a single file...<br>`bundt` only puts a name to the builder script I copy & paste between libraries.<br>You are 99.9999% more likely to do better with `microbundle` and/or to not outgrow it. | ||
MIT © [Luke Edwards](https://lukeed.com) | ||
<hr> | ||
<sup><em>Logo by [iconicbestiary](https://www.freepik.com/free-vector/various-desserts-bakery_1310918.htm#page=2&position=38)</em></sup> |
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
11562
2
399
81