Skip to content

Commit

Permalink
Merge pull request #118 from mhkeller/svelte-package-migration
Browse files Browse the repository at this point in the history
Svelte package migration
  • Loading branch information
mhkeller committed Mar 16, 2023
2 parents 096363a + 18bf0cc commit ddc7671
Show file tree
Hide file tree
Showing 7 changed files with 468 additions and 4,127 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
overrides: [{ files: ['*.svelte'], processor: 'svelte3/svelte3' }],
parserOptions: {
sourceType: 'module',
ecmaVersion: 2019
ecmaVersion: 2020
},
env: {
browser: true,
Expand Down
13 changes: 11 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
test
.editorconfig
vscode/
.vscode/
.github
.eslintrc.cjs
.prettierrc
.travis.yml
svelte.config.js
tsconfig.js
vite.config.js
docs/
src/
static/
test/
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- "node"
- "16"
- "14"
- "12"
- "10"
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Changelog

# 7.2.3

> 2023-03-05
> not yet on npm
Correct the types on the `xDomain`, `rDomain`, `zDomain`, `rDomain` props to reflect that the values can be `null` to inherit the calculated min or max.
Correct the types on the `xDomain`, `rDomain`, `zDomain`, `rDomain` props to reflect that the values can be `null` to inherit the calculated min or max. Updates `svelte-package` and `package.json` to use `exports` field. Adds Typescript 5 as a `peerDep`.

* [0c9b3ddc4ac9f8bb79db346e2682876f280a7862](https://github.com/mhkeller/layercake/commit/0c9b3ddc4ac9f8bb79db346e2682876f280a7862)

Expand Down
Loading

0 comments on commit ddc7671

Please sign in to comment.