Skip to content

Commit e3637fc

Browse files
committed
Release 2.0.1. Flag sideEffects: false in package.json.
1 parent dcc791d commit e3637fc

File tree

5 files changed

+1489
-109
lines changed

5 files changed

+1489
-109
lines changed

dist/proper-tags.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
'use strict';
22

3-
Object.defineProperty(exports, '__esModule', { value: true });
4-
53
function flat(array) {
64
return [].concat(...array);
75
}

dist/proper-tags.umd.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
(function (global, factory) {
22
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
33
typeof define === 'function' && define.amd ? define(['exports'], factory) :
4-
(global = global || self, factory(global.properTags = global.properTags || {}));
5-
}(this, (function (exports) { 'use strict';
4+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.properTags = global.properTags || {}));
5+
})(this, (function (exports) { 'use strict';
66

77
function flat(array) {
88
return [].concat(...array);
@@ -549,6 +549,4 @@ exports.stripIndentTransformer = stripIndentTransformer;
549549
exports.stripIndents = stripIndents;
550550
exports.trimResultTransformer = trimResultTransformer;
551551

552-
Object.defineProperty(exports, '__esModule', { value: true });
553-
554-
})));
552+
}));

0 commit comments

Comments
 (0)