Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 03a4402

Browse files
committed
add minified version
1 parent aa8d498 commit 03a4402

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ $ npm install moduleraid
1313
Or if you directly want to use it in the browser
1414

1515
```html
16-
<script src="https://unpkg.com/[email protected]/moduleraid.js"></script>
16+
<script src="https://unpkg.com/[email protected]/moduleraid.js"></script>
17+
<!-- minified -->
18+
<script src="https://unpkg.com/[email protected]/moduleraid.min.js"></script>
1719
```
1820

1921
Alternatively, just copy the script from `moduleraid.js` and run it in a devtool console

moduleraid.min.js

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moduleraid",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Get modules from webpackJsonp",
55
"main": "moduleraid.js",
66
"scripts": {

0 commit comments

Comments
 (0)