Skip to content

Commit

Permalink
actually remove esm
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Oct 19, 2024
1 parent 626990b commit 72749d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 25 deletions.
14 changes: 4 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Changelog

# 9.0.0
# 8.4.0

> Not yet on npm
> 2024-10-19
*Breaking changes*

* `extent` prop is deprecated https://github.com/mhkeller/layercake/issues/179
* Ordinal domain is not returned as sorted by default https://github.com/mhkeller/layercake/issues/147

*Other changes*

* https://github.com/mhkeller/layercake/pull/240 Adds a `default` export to package.json.
* Updates to Svelte 5 🎉
* Adds a `default` export to package.json https://github.com/mhkeller/layercake/pull/240

# 8.3.4

Expand Down
13 changes: 1 addition & 12 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 @@ -13,7 +13,7 @@
"update_template": "sh ./src/scripts/update_template.sh",
"prebuild": "npm run update_template",
"deploy": "npm run build && git add -A && git commit -am 'auto-deploy' && git push origin main",
"test": "mocha --require esm test/*.test.js"
"test": "mocha test/*.test.js"
},
"license": "MIT",
"type": "module",
Expand All @@ -40,13 +40,12 @@
"do-not-zip": "^1.0.0",
"doctrine": "^3.0.0",
"emoji-regex": "^10.3.0",
"esm": "^3.2.25",
"golden-fleece": "^1.0.9",
"highlight.js": "^11.9.0",
"indian-ocean": "^4.0.3",
"markdown-it": "^14.1.0",
"marked": "^12.0.2",
"mocha": "^10.4.0",
"mocha": "^10.7.3",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"publint": "^0.2.7",
Expand Down

0 comments on commit 72749d5

Please sign in to comment.