packitup 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/packitup.js +1 -763
- package/dist/packitup.mjs +1 -767
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "packitup",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "A JavaScript packager with a complete module system. Currently supports CommonJS modules and can export to ES modules.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript",
|
|
@@ -33,6 +33,6 @@
|
|
|
33
33
|
],
|
|
34
34
|
"scripts": {
|
|
35
35
|
"test": "node . build test test-dist\nnode ./test-dist/test",
|
|
36
|
-
"
|
|
36
|
+
"build": "node build\nsh minify.sh"
|
|
37
37
|
}
|
|
38
38
|
}
|