mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
flesh out package.json [ci skip]
This commit is contained in:
parent
8e451f24e3
commit
a07c8c0c10
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user