Skip to content

Commit 61eef67

Browse files
authored
Merge pull request #203 from mhmdanas/preserve-license-comment--with-bundler
Preserve license comment after bundling
2 parents edadaf8 + 1e72c7b commit 61eef67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

decimal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'use strict';
33

44

5-
/*
5+
/*!
66
* decimal.js v10.3.1
77
* An arbitrary-precision Decimal type for JavaScript.
88
* https://github.com/MikeMcl/decimal.js

decimal.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*!
22
* decimal.js v10.3.1
33
* An arbitrary-precision Decimal type for JavaScript.
44
* https://github.com/MikeMcl/decimal.js

0 commit comments

Comments
 (0)