Skip to content

Commit

Permalink
pngjs as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Longi94 committed Nov 21, 2019
1 parent 0013592 commit ff856b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

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

23 changes: 6 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
"build": "tsc",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1",
"preversion": "npm run lint",
"prepublishOnly__ivy_ngcc_bak": "npm run lint"
"prepublishOnly": "npm run lint",
"preversion": "npm run lint"
},
"repository": {
"type": "git",
Expand All @@ -27,24 +26,14 @@
"league",
"three"
],
"dependencies": {
"pngjs": "^3.4.0"
},
"peerDependencies": {
"three": "^0.110.0"
"three": "^0.110.0",
"pngjs": ">= 3.4.0 < 4.0.0"
},
"devDependencies": {
"tslint": "^5.20.0",
"typescript": "~3.7.2",
"three": "^0.110.0"
},
"__processed_by_ivy_ngcc__": {
"fesm2015": "9.0.0-rc.3",
"fesm5": "9.0.0-rc.3",
"es2015": "9.0.0-rc.3",
"esm2015": "9.0.0-rc.3",
"esm5": "9.0.0-rc.3",
"main": "9.0.0-rc.3",
"module": "9.0.0-rc.3"
"three": "^0.110.0",
"pngjs": "^3.4.0"
}
}

0 comments on commit ff856b5

Please sign in to comment.