Compare commits
No commits in common. "deeec7e87b282947b96747f170f72498c314b7d8" and "f5489e1b1ecba8b2087464a389c4a54be4dda611" have entirely different histories.
deeec7e87b
...
f5489e1b1e
@ -1,6 +0,0 @@
|
|||||||
node_modules
|
|
||||||
.DS_Store
|
|
||||||
.vscode
|
|
||||||
*.lock
|
|
||||||
.drone.yml
|
|
||||||
.gitignore
|
|
25
package.json
25
package.json
@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "@odit/lfk-client",
|
|
||||||
"description": "A lib to interact with https://git.odit.services/lfk/backend",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"license": "CC-BY-NC-SA-4.0",
|
|
||||||
"main": "./dist/index.ts",
|
|
||||||
"scripts": {
|
|
||||||
"postversion": "git push --follow-tags"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://git.odit.services/lfk/lib"
|
|
||||||
},
|
|
||||||
"keywords": [ "odit", "odit.services", "lfk" ],
|
|
||||||
"author": "ODIT.Services",
|
|
||||||
"files": [
|
|
||||||
"**/dist",
|
|
||||||
"package.json",
|
|
||||||
"README.md",
|
|
||||||
],
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://git.odit.services/lfk/lib/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://git.odit.services/lfk/lib/"
|
|
||||||
}
|
|
Reference in New Issue
Block a user