Skip to content

Commit 89ab960

Browse files
committed
Updates version and removes redundant config entry
Increments package version to reflect changes. Eliminates duplicate copy configuration to streamline build setup.
1 parent 1df07f9 commit 89ab960

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsrcdev/gatsby-remark-structured-content",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "This plugin helps building thumbnails, covers, heros, carousel features from remark content.",
55
"keywords": [
66
"gatsby",

tsdown.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export default defineConfig({
99
dts: true,
1010
sourcemap: true,
1111
clean: true,
12-
copy: ["package.json", "package.json"],
1312
platform: "node",
1413
unbundle: false,
1514
target: "node25",

0 commit comments

Comments
 (0)