Compare commits

..

No commits in common. "cf92c3ef8fa49e7534a7706bd9670a792c6d6f2b" and "71dbf25e22ec6ce09f320f2f2ecb367d3e049b82" have entirely different histories.

3 changed files with 1250 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
node-version: 14 node-version: 14
- name: Install Node.js dependencies - name: Install Node.js dependencies
run: npm install run: npm ci
- name: Run eslint - name: Run eslint
run: eslint *.js run: eslint *.js

1248
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,7 @@
"description": "Rocket.Chat integrate Gitea's notifications via Incoming Webhook", "description": "Rocket.Chat integrate Gitea's notifications via Incoming Webhook",
"main": "gitea-rocketchat.hooks.js", "main": "gitea-rocketchat.hooks.js",
"dependencies": { "dependencies": {
"acorn": "^8.8.2",
"acorn-jsx": "^5.3.2", "acorn-jsx": "^5.3.2",
"ajv": "^6.12.6", "ajv": "^6.12.6",
"ansi-regex": "^5.0.1", "ansi-regex": "^5.0.1",