Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 2da7d0d

Browse files
committed
Committers section should be out of the way
1 parent 313eeba commit 2da7d0d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ There are 3 ways to eval ClojureScript, 2 of which use your ClojureScript javasc
1616

1717
3. `Browser (External)` - Connect to a web page that has the compiled ClojureScript sourced e.g. `file:///path/to/index.html`. In addition to navigating the external browser, you must copy the script tag into that web page. Requires more setup than the internal browser but gives you the freedom to use any browser.
1818

19-
## For Commiters
20-
21-
* When releasing a new plugin version and lein-light-nrepl has changed:
22-
* Bump lein-light-nrepl and lein-light in runner/.
23-
* Update the uberjar with `lein uberjar` in `runner/target/lein-light-standalone.jar`.
24-
* Release the new version of lein-light-nrepl to [clojars](https://clojars.org/lein-light-nrepl)
25-
* No process for upgrading `clojure-mode.js` until [this issue](https://github.com/LightTable/Clojure/issues/26) is addressed.
26-
2719
## ClojureScript Workflows
2820

2921
For ClojureScript projects:
@@ -44,3 +36,11 @@ can be eval-ed.
4436
## License
4537

4638
Distributed under the MIT License, see license.md for the full text.
39+
40+
## For Commiters
41+
42+
* When releasing a new plugin version and lein-light-nrepl has changed:
43+
* Bump lein-light-nrepl and lein-light in runner/.
44+
* Update the uberjar with `lein uberjar` in `runner/target/lein-light-standalone.jar`.
45+
* Release the new version of lein-light-nrepl to [clojars](https://clojars.org/lein-light-nrepl)
46+
* No process for upgrading `clojure-mode.js` until [this issue](https://github.com/LightTable/Clojure/issues/26) is addressed.

0 commit comments

Comments
 (0)