Skip to content

Commit 79d9860

Browse files
committed
bump 1.8.2
1 parent bac334d commit 79d9860

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ See [Configuration Options](doc/config.md)
2626

2727
```html
2828
<!-- normal -->
29-
<script src="http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-0/esl.js"></script>
29+
<script src="http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-2/esl.js"></script>
3030

3131
<!-- min -->
32-
<script src="http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-0/esl.min.js"></script>
32+
<script src="http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-2/esl.min.js"></script>
3333

3434
<!-- source -->
35-
<script src="http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-0/esl.source.js"></script>
35+
<script src="http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-2/esl.source.js"></script>
3636
```
3737

3838
[过往版本](CDN.md)
@@ -43,8 +43,8 @@ See [Configuration Options](doc/config.md)
4343

4444
`uglifyjs -mc + gzip`
4545

46-
- `esl 1.8.0 normal` 3709 bytes
47-
- `esl 1.8.0 min` 3429 bytes
46+
- `esl 1.8.2 normal` 3487 bytes
47+
- `esl 1.8.2 min` 3208 bytes
4848
- `requirejs 2.1.11` 6289 bytes
4949

5050

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esl",
33
"description": "ESL是一个浏览器端、符合AMD的标准加载器,适合用于现代Web浏览器端应用的入口与模块管理。",
4-
"version": "1.8.0",
4+
"version": "1.8.2",
55
"contributors": [
66
{ "name": "errorrik", "email": "[email protected]" }
77
],

0 commit comments

Comments
 (0)