File tree 5 files changed +4
-4
lines changed
5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Releases for a browser are available for download from GitHub.
13
13
14
14
| ** Version** | ** Description** | ** Size** |
15
15
| :------------| :----------------| :---------|
16
- | ` enum-3.0.3 .js ` | * uncompressed, with comments* | [ Download] ( https://raw.github.com/adrai/enum/master/dist/enum-3.0.3 .js ) |
17
- | ` enum-3.0.3 .min.js ` | * compressed, without comments* | [ Download] ( https://raw.github.com/adrai/enum/master/dist/enum-3.0.3 .min.js ) |
16
+ | ` enum-3.0.4 .js ` | * uncompressed, with comments* | [ Download] ( https://raw.github.com/adrai/enum/master/dist/enum-3.0.4 .js ) |
17
+ | ` enum-3.0.4 .min.js ` | * compressed, without comments* | [ Download] ( https://raw.github.com/adrai/enum/master/dist/enum-3.0.4 .min.js ) |
18
18
19
19
# Installation (node.js)
20
20
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
{
2
2
"author" : " adrai" ,
3
3
"name" : " enum" ,
4
- "version" : " 3.0.3 " ,
4
+ "version" : " 3.0.4 " ,
5
5
"private" : false ,
6
6
"type" : " module" ,
7
7
"main" : " ./cjs/enum.js" ,
Original file line number Diff line number Diff line change 8
8
< script src ="https://cdnjs.cloudflare.com/ajax/libs/expect.js/0.3.1/index.min.js "> </ script >
9
9
< script src ="https://cdnjs.cloudflare.com/ajax/libs/mocha/7.1.1/mocha.min.js "> </ script >
10
10
< script > mocha . setup ( 'bdd' ) </ script >
11
- < script src ="../dist/enum-3.0.3 .js "> </ script >
11
+ < script src ="../dist/enum-3.0.4 .js "> </ script >
12
12
< script src ="buffer.js "> </ script >
13
13
< script src ="enumTest.js "> </ script >
14
14
< script >
You can’t perform that action at this time.
0 commit comments