0
Fork 0
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:
Yuuki Tada 2017-09-07 06:14:38 +00:00
parent f80ff856ba
commit 5d7e0bc1e5

View file

@ -690,7 +690,7 @@ class LocalStorage {
'time': {
modified: item.time ? new Date(item.time).toISOString() : stats.mtime,
},
'versions': {[latest]: "latest"},
'versions': {[latest]: 'latest'},
});
}