Skip to content

Commit 82a25a7

Browse files
committed
FIX: include json/ folder in published package
1 parent 26b75a5 commit 82a25a7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
"type": "git",
2727
"url": "https://github.com/digitallinguistics/data-format.git"
2828
},
29+
"files": [
30+
"json",
31+
"schemas"
32+
],
2933
"scripts": {
3034
"build": "node build/convert.js",
3135
"test": "mocha **.test.js --bail"

0 commit comments

Comments
 (0)