v1.1.3: include minified file
This commit is contained in:
parent
61aac5df42
commit
304834d6bb
|
@ -1,9 +1,12 @@
|
|||
{
|
||||
"name": "asn1-parser",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"description": "An ASN.1 parser in less than 100 lines of Vanilla JavaScript, part of the Bluecrypt suite.",
|
||||
"homepage": "https://git.coolaj86.com/coolaj86/asn1-parser.js",
|
||||
"main": "asn1-parser.js",
|
||||
"scripts": {
|
||||
"prepare": "uglifyjs asn1-parser.js > asn1-parser.min.js"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "lib"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue