Skip to content

Commit

Permalink
Merge pull request #70 from nowsprinting/chore/fix_files
Browse files Browse the repository at this point in the history
Fix specify files to publish
  • Loading branch information
nowsprinting committed Apr 27, 2024
2 parents 3bea4fd + c0ea95c commit eebba86
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"displayName": "Test Helper",
"documentationUrl": "https://github.com/nowsprinting/test-helper/blob/master/README.md",
"files": [
"Documentation~",
"Editor",
"Editor*",
"Runtime",
"Runtime*",
"RuntimeInternals",
"RuntimeInternals*",
"Tests",
"Tests*",
"Documentation~/",
"Editor/",
"Editor.meta",
"Runtime/",
"Runtime.meta",
"RuntimeInternals/",
"RuntimeInternals.meta",
"Tests/",
"Tests.meta",
"LICENSE.md*",
"package.json*",
"README.md*"
],
"keywords": [
"TestFramework",
"unit testing",
"integration testing",
"test"
"test",
"unit testing"
],
"license": "MIT",
"licensesUrl": "https://github.com/nowsprinting/test-helper/blob/master/LICENSE.md",
Expand Down

0 comments on commit eebba86

Please sign in to comment.