We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d37d7f commit c49c4c5Copy full SHA for c49c4c5
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "strc",
3
- "version": "2.0.2",
+ "version": "2.0.3-a",
4
"description": "JavaScript String Compressor - lossless string compression algorithm",
5
"main": "index.js",
6
"repository": {
rollup.config.js
@@ -18,8 +18,5 @@ export default {
18
format: 'umd',
19
name: 'JSSC'
20
}
21
- ],
22
- external: [
23
- 'justc'
24
]
25
0 commit comments