Skip to content

Commit

Permalink
Merge pull request #32 from Stassi/feature/rollup-plugin-reordering
Browse files Browse the repository at this point in the history
feature/rollup-plugin-reordering
  • Loading branch information
Stassi authored Sep 28, 2024
2 parents b3720a6 + 9568b1f commit b7328d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stassi/leaf",
"version": "0.0.31",
"version": "0.0.32",
"description": "Leaflet adapter.",
"keywords": [
"cartography",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const rollupConfig: RollupOptions = {
},
],
plugins: [
commonjs(),
nodeResolve(),
commonjs(),
typescript({
exclude: ['rollup.config.ts'],
}),
Expand Down

0 comments on commit b7328d7

Please sign in to comment.