mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Use singlequote instead of doublequote
modified: src/lib/storage/local/local-storage.js
This commit is contained in:
parent
f80ff856ba
commit
5d7e0bc1e5
1 changed files with 1 additions and 1 deletions
|
@ -690,7 +690,7 @@ class LocalStorage {
|
|||
'time': {
|
||||
modified: item.time ? new Date(item.time).toISOString() : stats.mtime,
|
||||
},
|
||||
'versions': {[latest]: "latest"},
|
||||
'versions': {[latest]: 'latest'},
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue