bindings-javascript : remove package.json from git (#4001)
This commit removes package.json from git and adds package.json to the gitignore. This file is generated by CMake configure and will be updated and overwritten causing a lot of noise in the git history. It have also been updated manually as part of our release process which will not be needed either.
This commit is contained in:
parent
371b5a7561
commit
339f2b4e27
|
|
@ -1 +1,3 @@
|
|||
publish.log
|
||||
# generated by CMake configure from package-tmpl.json
|
||||
package.json
|
||||
|
|
|
|||
|
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
"name": "whisper.cpp",
|
||||
"version": "1.9.3",
|
||||
"description": "Whisper speech recognition",
|
||||
"main": "whisper.js",
|
||||
"scripts": {
|
||||
"test": "echo \"todo: add tests\" && exit 0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ggerganov/whisper.cpp"
|
||||
},
|
||||
"keywords": [
|
||||
"openai",
|
||||
"whisper",
|
||||
"speech-to-text",
|
||||
"speech-recognition",
|
||||
"transformer"
|
||||
],
|
||||
"author": "Georgi Gerganov",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ggerganov/whisper.cpp/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ggerganov/whisper.cpp#readme"
|
||||
}
|
||||
Loading…
Reference in New Issue