We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5230546 commit 56a3655Copy full SHA for 56a3655
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "gren-lang",
3
- "version": "0.5.3",
+ "version": "0.5.4",
4
"description": "Compiler for the Gren programming language",
5
"scripts": {
6
"test": "echo \"Error: no test specified\" && exit 1",
7
- "prepublishOnly": "npx --package=gren-lang@0.4.5 --yes -- gren make src/Main.gren --optimize --output=/dev/stdout | terser -c -m -o compiler.js",
+ "prepublishOnly": "npx --package=gren-lang@0.4.5 --yes -- gren make src/Main.gren --output=/dev/stdout | terser -c -m -o compiler.js",
8
"build": "npx --package=gren-lang@0.4.5 --yes -- gren make src/Main.gren --output=compiler.js",
9
"prettier": "prettier -w \"!**/*.json\" .",
10
"prettier:check": "prettier -c \"!**/*.json\" ."
0 commit comments