Skip to content

Commit

Permalink
Merge pull request #43 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 May 19, 2024
2 parents c2876cb + bc53fd7 commit c768d84
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"displayName": "Blender-like SceneView Hotkeys",
"documentationUrl": "https://github.com/nowsprinting/blender-like-sceneview-hotkeys/blob/master/README.md",
"files": [
"Documentation~",
"Editor",
"Editor*",
"Tests",
"Tests*",
"Documentation~/",
"Editor/",
"Editor.meta",
"Tests/",
"Tests.meta",
"LICENSE.md*",
"package.json*",
"LICENSE*",
"README*"
],
"keywords": [
Expand Down

0 comments on commit c768d84

Please sign in to comment.