Skip to content

Commit

Permalink
Update v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Sep 24, 2024
1 parent 786cfac commit 7ff65ef
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 74 deletions.
116 changes: 46 additions & 70 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@drincs/pixi-vn-ink",
"version": "0.2.1",
"description": "",
"type": "module",
"description": "Pixi’VN gives you the ability to write your own narrative using Ink",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -24,16 +25,16 @@
"homepage": "https://pixi-vn.web.app/ink/ink.html",
"funding": "https://github.com/DRincs-Productions/pixi-vn?sponsor=1",
"devDependencies": {
"@drincs/pixi-vn-json": "^1.0.1",
"@drincs/pixi-vn-json": "^1.0.2",
"inkjs": "^2.3.0",
"jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"ts-node": "^10.9.2",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"peerDependencies": {
"@drincs/pixi-vn": ">=0.8.0"
"@drincs/pixi-vn": ">=0.8.1"
},
"keywords": [
"game",
Expand Down

0 comments on commit 7ff65ef

Please sign in to comment.