mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
initial implementation
This commit is contained in:
parent
2f5934f60e
commit
252dd76616
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ Win32/
|
||||
python/record.txt
|
||||
python/xlntpyarrow.egg-info/
|
||||
/x64/
|
||||
.envrc
|
||||
|
16
release/.release-it.json
Normal file
16
release/.release-it.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"github": {
|
||||
"release": true
|
||||
},
|
||||
"npm": {
|
||||
"publish": false
|
||||
},
|
||||
"plugins": {
|
||||
"@release-it/bumper": {
|
||||
"out": {
|
||||
"file": "CMakeLists.txt",
|
||||
"type": "text/plain"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
3139
release/package-lock.json
generated
Normal file
3139
release/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
28
release/package.json
Normal file
28
release/package.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "xlnt",
|
||||
"version": "1.5.0",
|
||||
"description": "Cross-platform user-friendly xlsx library for C++11+",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"doc": "docs",
|
||||
"test": "tests"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@release-it/bumper": "^1.1.0",
|
||||
"release-it": "^13.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"release": "release-it"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/tfussell/xlnt.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/tfussell/xlnt/issues"
|
||||
},
|
||||
"homepage": "https://github.com/tfussell/xlnt#readme"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user