Skip to content

Commit 7355424

Browse files
committed
marked in package.json as side-effect free to reduce bundle size
1 parent 69a4441 commit 7355424

File tree

5 files changed

+41
-38
lines changed

5 files changed

+41
-38
lines changed

dist/rapidoc-min.js

Lines changed: 18 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/report.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/rapidoc-min.js

Lines changed: 18 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "rapidoc",
3-
"version": "7.3.0",
3+
"version": "7.3.1",
44
"description": "RapiDoc - Open API spec viewer with built in console",
55
"author": "Mrinmoy Majumdar <[email protected]>",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/mrin9/RapiDoc.git"
99
},
10+
"sideEffects": false,
1011
"license": "MIT",
1112
"keywords": [
1213
"OpenAPI",

0 commit comments

Comments
 (0)