mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-21 17:34:46 -05:00
remove files shipped with core
This commit is contained in:
parent
7e52d72c26
commit
1d82fafdcd
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,4 +1,12 @@
|
|||
# Editor configs
|
||||
.vscode
|
||||
|
||||
# External modules
|
||||
node_modules
|
||||
package-lock.json
|
||||
|
||||
# Project files
|
||||
asphyxia-core.d.ts
|
||||
package.json
|
||||
package-lock.json
|
||||
typedoc.json
|
||||
tsconfig.json
|
||||
|
|
|
|||
1115
asphyxia-core.d.ts
vendored
1115
asphyxia-core.d.ts
vendored
File diff suppressed because it is too large
Load Diff
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"name": "asphyxia-plugins",
|
||||
"version": "1.0.0",
|
||||
"description": "Community Plugins for Asphyxia CORE",
|
||||
"dependencies": {
|
||||
"@types/lodash": "^4.14.153",
|
||||
"@types/node": "^14.0.5"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "esnext",
|
||||
"noImplicitAny": false,
|
||||
"moduleResolution": "node",
|
||||
"types": ["./asphyxia-core"],
|
||||
"sourceMap": false
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"includeDeclarations": true,
|
||||
"excludeExternals": true,
|
||||
"externalPattern": ["!asphyxia-core.d.ts"],
|
||||
"mode": "file",
|
||||
"readme": "../docs/_typedoc.md",
|
||||
"name": "Asphyxia CORE Module API",
|
||||
"out": "../docs/typedoc"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user