Skip to content

Commit c3224bd

Browse files
committed
Include only /dist, LICENSE, and README in package
1 parent bb9984a commit c3224bd

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.npmignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/src
2-
/tests
3-
/.github
4-
.prettierrc
5-
jest.config.js
1+
**/*
2+
!/dist/**
3+
!LICENSE
4+
!README.md

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "json-schema-kit",
33
"description": "Some (very) simple helper functions for writing concise JSON Schema — perfect for OpenAI Structured Outputs.",
44
"type": "module",
5-
"version": "0.2.6",
5+
"version": "0.2.7",
66
"license": "MIT",
77
"keywords": [
88
"json-schema",

0 commit comments

Comments
 (0)