Skip to content

Commit 5ed25e1

Browse files
authored
feat(curations): Add a VCS curation for NPM::three
three.js releases are tagged like this: `r<feature release>`, e.g. instead of 0.178.0 the tag says r178 and is not found by ort. Signed-off-by: cz-dev-ge <[email protected]>
1 parent e04e317 commit 5ed25e1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

curations/NPM/_/three.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "NPM::three:0.178.0"
2+
curations:
3+
comment: "Commit of release 0.178.0 is tagged r178."
4+
vcs:
5+
type: "Git"
6+
url: "https://github.com/mrdoob/three.js.git"
7+
revision: "3b1ff7661884f26e6d9af1d94c293129aaba885c"

0 commit comments

Comments
 (0)