Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit edd9c0a

Browse files
committed
README
1 parent 8382c87 commit edd9c0a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

squint/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Goals of cherry:
2121
- Transpiled JS files are linked to one shared NPM module `"cherry-cljs"` which
2222
contains `cljs.core.js`, `cljs.string`, etc. such that libraries written in
2323
cherry can be transpiled, optionally processed with ES6 tooling and then
24-
hosted on NPM.
24+
hosted on NPM. See [this tweet](https://twitter.com/borkdude/status/1549830159326404616) on how that looks.
2525
- Output linked to older versions of cherry will work with newer
2626
versions of cherry: i.e. 'binary' compatibility.
2727
- Light-weight and fast: heavy lifting such as optimizations are expected to be

squint/package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"name": "cherry-cljs",
44
"sideEffects": false,
55
"version": "0.0.0-alpha.4",
6-
"files": ["cljs.core.js",
7-
"lib/cljs_core.js"],
8-
"devDependencies": {"cherry-cljs": "."}
6+
"files": [
7+
"cljs.core.js",
8+
"lib/cljs_core.js"
9+
],
10+
"devDependencies": {
11+
"@vercel/ncc": "^0.34.0",
12+
"cherry-cljs": "."
13+
}
914
}

0 commit comments

Comments
 (0)