Skip to content

Commit 66bf8c4

Browse files
committed
Changes canvas json file exports to export with .json for easier front-end-integration
1 parent 3897b9c commit 66bf8c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"exports": {
1414
"./method/": "./src/data/method/",
15-
"./canvasData": "./src/data/canvas/canvasData.json",
16-
"./localizedData": "./src/data/canvas/localizedData.json",
15+
"./canvasData.json": "./src/data/canvas/canvasData.json",
16+
"./localizedData.json": "./src/data/canvas/localizedData.json",
1717
"./canvas/": "./src/data/canvas/import-export-templates/"
1818
},
1919
"scripts": {
@@ -26,4 +26,4 @@
2626
"node": ">=22"
2727
},
2828
"author": "Marjukka Niinoja (osaango.com)"
29-
}
29+
}

0 commit comments

Comments
 (0)