goldstein 5.3.0 → 5.4.0
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/ChangeLog +5 -0
- package/package.json +1 -2
- package/build/parser.cjs +0 -6171
package/ChangeLog
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "goldstein",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "JavaScript with no limits",
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
"coverage": "madrun coverage",
|
|
26
26
|
"lint": "madrun lint",
|
|
27
27
|
"fix:lint": "madrun fix:lint",
|
|
28
|
-
"build": "madrun build",
|
|
29
28
|
"wisdom": "madrun wisdom"
|
|
30
29
|
},
|
|
31
30
|
"dependencies": {
|