Skip to content

Commit 507e0cc

Browse files
committed
restrict published files
1 parent 60c524f commit 507e0cc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codemirror-json-schema",
33
"license": "MIT",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"description": "A JSONSchema enabled mode for codemirror 6, for both json4 and json5, inspired by monaco-json",
66
"contributors": [
77
{
@@ -26,6 +26,12 @@
2626
"packageManager": "pnpm@8.6.6",
2727
"types": "dist/index.d.ts",
2828
"module": "dist/index.js",
29+
"files": [
30+
"dist",
31+
"README.md",
32+
"CHANGELOG.md",
33+
"docs"
34+
],
2935
"exports": {
3036
".": {
3137
"import": "./dist/index.js",

0 commit comments

Comments
 (0)