flesh out package.json [ci skip]

This commit is contained in:
Thomas Fussell 2020-03-21 14:39:22 -04:00
parent 8e451f24e3
commit a07c8c0c10
No known key found for this signature in database
GPG Key ID: B0BA09F5229A9D10

View File

@ -1,6 +1,6 @@
{ {
"name": "xlnt", "name": "xlnt",
"version": "1.5.0", "version": "1.4.0",
"description": "Cross-platform user-friendly xlsx library for C++11+", "description": "Cross-platform user-friendly xlsx library for C++11+",
"main": "index.js", "main": "index.js",
"directories": { "directories": {
@ -19,7 +19,7 @@
"type": "git", "type": "git",
"url": "git+https://github.com/tfussell/xlnt.git" "url": "git+https://github.com/tfussell/xlnt.git"
}, },
"author": "", "author": "Thomas Fussell <thomas@fussell.io>",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/tfussell/xlnt/issues" "url": "https://github.com/tfussell/xlnt/issues"