Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit ccf8000

Browse files
committed
fix desc
1 parent e36df59 commit ccf8000

2 files changed

Lines changed: 30 additions & 6 deletions

File tree

package-lock.json

Lines changed: 24 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cstleagueorg/cs2-blog-scraper",
3-
"version": "2.0.2",
4-
"description": "",
3+
"version": "2.0.3",
4+
"description": "Scrap-scrap",
55
"main": "dist/src/index.js",
66
"scripts": {
77
"test": "jest",
@@ -10,6 +10,7 @@
1010
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
1111
"lint": "eslint .",
1212
"prepare": "npm run build",
13+
"prepublishOnly": "npm test && npm run lint",
1314
"preversion": "npm run lint",
1415
"version": "npm run format && git add -A src",
1516
"postversion": "git push && git push --tags"
@@ -21,11 +22,11 @@
2122
"nodejs",
2223
"typescript",
2324
"jest",
24-
"cheerio",
25-
"csgo",
25+
"cs2",
2626
"node-fetch"
2727
],
2828
"author": "Sergey Zhirov <polarwolf@cstl.gg>",
29+
"repository": "https://github.com/CSTLeagueORG/CS2BlogScraper",
2930
"license": "ISC",
3031
"devDependencies": {
3132
"@types/jest": "^29.2.3",
@@ -37,6 +38,7 @@
3738
"eslint-plugin-n": "^15.5.1",
3839
"eslint-plugin-promise": "^6.1.1",
3940
"jest": "^29.3.1",
41+
"prettier": "^2.8.7",
4042
"ts-jest": "^29.0.3",
4143
"typescript": "^4.9.3"
4244
},

0 commit comments

Comments
 (0)