Skip to content

Commit 56a3655

Browse files
committed
Due to bug in old version of gren-lang/core, we can't compile the compiler with --optimize
1 parent 5230546 commit 56a3655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "gren-lang",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Compiler for the Gren programming language",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",
7-
"prepublishOnly": "npx [email protected] --yes -- gren make src/Main.gren --optimize --output=/dev/stdout | terser -c -m -o compiler.js",
7+
"prepublishOnly": "npx [email protected] --yes -- gren make src/Main.gren --output=/dev/stdout | terser -c -m -o compiler.js",
88
"build": "npx [email protected] --yes -- gren make src/Main.gren --output=compiler.js",
99
"prettier": "prettier -w \"!**/*.json\" .",
1010
"prettier:check": "prettier -c \"!**/*.json\" ."

0 commit comments

Comments
 (0)