diff --git a/package.json b/package.json index 2e4976b..3baa226 100644 --- a/package.json +++ b/package.json @@ -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",