Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Prepare 1.10 release #467

Merged
merged 2 commits into from
Apr 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [master](https://github.com/anmonteiro/lumo/compare/1.9.0...HEAD) (unreleased)
## [master](https://github.com/anmonteiro/lumo/compare/1.10.0...HEAD) (unreleased)

## [1.10.0](https://github.com/anmonteiro/lumo/compare/1.9.0...1.10.0) (2019-04-09)

### Changes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lumo-cljs",
"version": "1.9.0",
"version": "1.10.0",
"description": "Fast, cross-platform, standalone ClojureScript REPL",
"author": "António Nuno Monteiro <[email protected]> (https://anmonteiro.com)",
"license": "EPL-1.0",
Expand Down
3 changes: 1 addition & 2 deletions scripts/bundleForeign.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ rollup({
'process.env.NODE_ENV': JSON.stringify('production'),
}),
resolve({
jsnext: true,
main: true,
mainFields: ['module', 'main', 'jsnext:main'],
}),
commonjs(),
],
Expand Down