Skip to content

Commit 49c6900

Browse files
authored
Add JavaScriptResource template dependency
* Add JavaScriptResource template package * Remove JavaScriptResource mustache template submodule * Use getTemplatePath to find JavaScriptResource template from a list of possible locations * Clone dependency repo using release zip files instead of using GitHub's API
1 parent 2e65221 commit 49c6900

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"repositories": [
4747
{
4848
"type": "vcs",
49-
"url": "https://github.com/51Degrees/javascript-templates"
49+
"url": "https://github.com/51Degrees/javascript-templates",
50+
"no-api": true
5051
}
5152
]
5253
}

0 commit comments

Comments
 (0)