[misc] fix path to app config/ dir following the renaming of the package

The Settings.js file is now located in node_modules/@overleaf/settings,
 which is one level deeper than node_modules/settings-sharelatex.
This commit is contained in:
Jakob Ackermann
2021-07-06 15:19:13 +01:00
parent 81f4c31208
commit acc65b2518
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@overleaf/settings",
"description": "A centralised settings system for Overleaf",
"version": "2.1.0",
"version": "2.1.1",
"repository": "overleaf/settings-module"
}