Skip to content

Commit

Permalink
Remove previous version of Gren as a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinheghan committed Dec 17, 2024
1 parent 53047f1 commit 74886b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
15 changes: 2 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build",
"build": "npx [email protected] -- gren make src/Main.gren --output=compiler.js",
"build": "npx [email protected] --yes -- gren make src/Main.gren --output=compiler.js",
"prettier": "prettier -w \"!**/*.json\" .",
"prettier:check": "prettier -c \"!**/*.json\" ."
},
Expand Down Expand Up @@ -36,7 +36,6 @@
"postject": "^1.0.0-alpha.6"
},
"devDependencies": {
"prettier": "3.3.3",
"gren-lang": "0.4.5"
"prettier": "3.3.3"
}
}

0 comments on commit 74886b7

Please sign in to comment.