We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3815ba commit 53047f1Copy full SHA for 53047f1
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "gren-lang",
3
- "version": "0.5.0",
+ "version": "0.5.1",
4
"description": "Compiler for the Gren programming language",
5
"scripts": {
6
"test": "echo \"Error: no test specified\" && exit 1",
7
"prepublishOnly": "npm run build",
8
- "build": "npx --package=gren-lang@0.4.5 -- gren make src/Main.gren --optimize --output=compiler.js",
+ "build": "npx --package=gren-lang@0.4.5 -- gren make src/Main.gren --output=compiler.js",
9
"prettier": "prettier -w \"!**/*.json\" .",
10
"prettier:check": "prettier -c \"!**/*.json\" ."
11
},
0 commit comments