mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
6a0388ff9b
[misc] setup cloud build trigger for libraries GitOrigin-RevId: a66dd3e96cb1c06d4803a2162278959357694048
12 lines
288 B
JSON
12 lines
288 B
JSON
{
|
|
"name": "@overleaf/settings",
|
|
"description": "A centralised settings system for Overleaf",
|
|
"version": "2.1.1",
|
|
"repository": "overleaf/settings-module",
|
|
"scripts": {
|
|
"lint": "echo noop",
|
|
"format": "echo noop",
|
|
"test": "echo noop",
|
|
"test:ci": "echo noop"
|
|
}
|
|
}
|