Skip to content

Commit

Permalink
update dep location
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Oct 14, 2024
1 parent d433a76 commit 59c86cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 1 addition & 3 deletions package-lock.json

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

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,5 @@
"lint": [
"**/*.{ts,tsx}"
]
},
"dependencies": {
"json5": "^2.2.3"
}
}
9 changes: 5 additions & 4 deletions packages/assetpack/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@assetpack/core",
"version": "1.1.1",
"license": "MIT",
"type": "module",
"keywords": [],
"homepage": "https://pixijs.io/assetpack/",
"bugs": "https://github.com/pixijs/assetpack/issues",
"repository": {
"type": "git",
"url": "https://github.com/pixijs/assetpack.git"
},
"keywords": [],
"license": "MIT",
"type": "module",
"exports": {
".": "./dist/core/index.js",
"./cache-buster": "./dist/cache-buster/index.js",
Expand All @@ -35,8 +35,8 @@
],
"scripts": {
"build": "tsc",
"release": "xs bump,git-push",
"publish-ci": "xs publish",
"release": "xs bump,git-push",
"watch": "tsc -w"
},
"husky": {
Expand Down Expand Up @@ -70,6 +70,7 @@
"fs-extra": "^11.2.0",
"glob": "^10.4.1",
"gpu-tex-enc": "^1.2.5",
"json5": "^2.2.3",
"maxrects-packer": "^2.7.3",
"merge": "^2.1.1",
"minimatch": "9.0.4",
Expand Down

0 comments on commit 59c86cc

Please sign in to comment.