Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 79602cf

Browse files
committed
Fix typo and bimp devtools-module to 1.1.9
1 parent b444821 commit 79602cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/devtools-modules/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ module.exports = {
2727
getUnicodeHostname,
2828
getUnicodeUrlPath,
2929
getUnicodeUrl,
30-
PluralForm
30+
PluralForm,
3131
saveAs
3232
};

packages/devtools-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devtools-modules",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "DevTools Modules from M-C",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)