Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add specify directories for publishing in the files field #61

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.nowsprinting.test-helper",
"description": "Test helper library for Unity Test Framework.",
"description": "Provides custom attributes, comparers, and constraints useful for testing with Unity Test Framework.",
"version": "0.4.2",
"author": "Koji Hasegawa <hasegawa@hubsys.co.jp> (https://github.com/nowsprinting)",
"category": "Unity Test Framework",
Expand All @@ -12,8 +12,13 @@
"documentationUrl": "https://github.com/nowsprinting/test-helper/blob/master/README.md",
"files": [
"Documentation~",
"Editor",
"Editor*",
"Runtime",
"Runtime*",
"RuntimeInternals",
"RuntimeInternals*",
"Tests",
"Tests*",
"LICENSE.md*",
"package.json*",
Expand Down