Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit 4ece58c

Browse files
author
Lucas Alvarez
committed
Expose getServiceWorkersDescription method
1 parent cddcd13 commit 4ece58c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/serviceWorkerTools.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ function getServiceWorkersFromUrl (siteUrl, callback) {
3636

3737
module.exports = {
3838
getAssetsFolders: getAssetsFolders,
39-
getServiceWorkersFromUrl: getServiceWorkersFromUrl
39+
getServiceWorkersFromUrl: getServiceWorkersFromUrl,
40+
getServiceWorkersDescription: getServiceWorkersDescription
4041
};

0 commit comments

Comments
 (0)