Skip to content

Commit 74886b7

Browse files
committed
Remove previous version of Gren as a dependency.
1 parent 53047f1 commit 74886b7

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

package-lock.json

+2-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",
77
"prepublishOnly": "npm run build",
8-
"build": "npx --package=gren-lang@0.4.5 -- gren make src/Main.gren --output=compiler.js",
8+
"build": "npx --package=gren-lang@0.4.5 --yes -- gren make src/Main.gren --output=compiler.js",
99
"prettier": "prettier -w \"!**/*.json\" .",
1010
"prettier:check": "prettier -c \"!**/*.json\" ."
1111
},
@@ -36,7 +36,6 @@
3636
"postject": "^1.0.0-alpha.6"
3737
},
3838
"devDependencies": {
39-
"prettier": "3.3.3",
40-
"gren-lang": "0.4.5"
39+
"prettier": "3.3.3"
4140
}
4241
}

0 commit comments

Comments
 (0)