Compare commits
No commits in common. "testing" and "master" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
build/
|
||||
node_modules/
|
||||
.idea/
|
||||
.idea/
|
4411
package-lock.json
generated
4411
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -9,14 +9,11 @@
|
|||
"url": "https://zeteo.me/gitea/Outils-PeerTube/listener-rss-agregators/issues"
|
||||
},
|
||||
"files": [
|
||||
"build/",
|
||||
"README.md",
|
||||
"package.json"
|
||||
"build/"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "cross-env TS_NODE_PROJECT='./tests/tsconfig.json' mocha --require ts-node/register ./tests/**/*-spec.ts",
|
||||
"build": "tsc",
|
||||
"prepack": "npm i && npm run build"
|
||||
"test": "cross-env TS_NODE_PROJECT='./tests/tsconfig.json' mocha --require ts-node/register ./tests/**/*-spec.ts",
|
||||
"build": "tsc"
|
||||
},
|
||||
"keywords": [
|
||||
"RSS",
|
||||
|
|
Loading…
Reference in New Issue
Block a user