1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00

Try files property instead

This commit is contained in:
Greg Poole 2019-06-26 20:54:52 +10:00
parent fa6003b9e7
commit 9e3d6ecea3
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +0,0 @@
LICENSE.md
CONTRIBUTING.md
README.md

View File

@ -3,5 +3,8 @@
"description": "xNode provides a set of APIs and an editor interface for creating and editing custom node graphs.",
"version": "1.7.0",
"unity": "2018.1",
"displayName": "xNode"
"displayName": "xNode",
"files": [
"Scripts/"
]
}