Skip to content

Commit c49c4c5

Browse files
committed
Updates
1 parent 0d37d7f commit c49c4c5

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strc",
3-
"version": "2.0.2",
3+
"version": "2.0.3-a",
44
"description": "JavaScript String Compressor - lossless string compression algorithm",
55
"main": "index.js",
66
"repository": {

rollup.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@ export default {
1818
format: 'umd',
1919
name: 'JSSC'
2020
}
21-
],
22-
external: [
23-
'justc'
2421
]
2522
}

0 commit comments

Comments
 (0)