Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
77573c1f74 | ||
|
53547f2065 | ||
|
fcdd468a4d | ||
|
1b36afbb34 |
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,2 @@
|
|||
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,11 +9,14 @@
|
|||
"url": "https://zeteo.me/gitea/Outils-PeerTube/listener-rss-agregators/issues"
|
||||
},
|
||||
"files": [
|
||||
"build/"
|
||||
"build/",
|
||||
"README.md",
|
||||
"package.json"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "cross-env TS_NODE_PROJECT='./tests/tsconfig.json' mocha --require ts-node/register ./tests/**/*-spec.ts",
|
||||
"build": "tsc"
|
||||
"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"
|
||||
},
|
||||
"keywords": [
|
||||
"RSS",
|
||||
|
|
Loading…
Reference in New Issue
Block a user