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 c6e11c4 commit 7afe40cCopy full SHA for 7afe40c
reagent-v0.8-keyed/lein
reagent-v0.8-keyed/package.json
@@ -1,7 +1,10 @@
1
{
2
"private": true,
3
"scripts": {
4
- "build-dev": "./lein cljsbuild auto",
5
- "build-prod": "./lein cljsbuild once prod"
+ "build-dev": "LEIN_VERSION=2.8.1 lein cljsbuild auto",
+ "build-prod": "LEIN_VERSION=2.8.1 lein cljsbuild once prod"
6
+ },
7
+ "dependencies": {
8
+ "lein-bin": "0.1.0"
9
}
10
0 commit comments