v1.1.3: include minified file

This commit is contained in:
AJ ONeal 2018-11-28 00:50:11 -07:00
parent 61aac5df42
commit 304834d6bb
1 changed files with 4 additions and 1 deletions

View File

@ -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"
},