Skip to content

Commit

Permalink
Merge pull request #47 from ashblue/feature/fix-master-conflict
Browse files Browse the repository at this point in the history
Feature/fix master conflict
  • Loading branch information
ashblue authored Apr 24, 2024
2 parents 83466f6 + 88abf6a commit 6b48530
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 13 deletions.
41 changes: 30 additions & 11 deletions Assets/com.fluid.dialogue/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
{
"name": "com.fluid.dialogue",
"version": "0.0.0",
"displayName": "Fluid Dialogue",
"description": "A Unity dialogue system that features an easy to use drag and drop graph. ScriptableObject driven with the ability to write custom actions and conditions to create complex dialogue workflows.",
"unity": "2019.1",
"dependencies": {
"com.fluid.database": "2.1.0",
"com.fluid.unity-event-plus": "1.2.0",
"com.fluid.simple-spellcheck": "1.1.1",
"com.fluid.find-and-replace": "1.0.1"
}
"name": "com.fluid.dialogue",
"version": "0.0.0",
"displayName": "Fluid Dialogue",
"description": "A Unity dialogue system that features an easy to use drag and drop graph. ScriptableObject driven with the ability to write custom actions and conditions to create complex dialogue workflows.",
"unity": "2019.1",
"dependencies": {
"com.fluid.database": "2.1.0",
"com.fluid.unity-event-plus": "1.2.0",
"com.fluid.simple-spellcheck": "1.1.1",
"com.fluid.find-and-replace": "1.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashblue/fluid-dialogue.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ashblue/fluid-dialogue/issues"
},
"homepage": "https://github.com/ashblue/fluid-dialogue#readme",
"keywords": [
"unity",
"dialogue",
"dialogue system"
],
"author": {
"name": "Ash Blue",
"email": "[email protected]",
"url": "http://blueashes.com"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b48530

Please sign in to comment.