Skip to content

Commit

Permalink
step docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Miniast committed May 14, 2024
1 parent 834058e commit dc3eef5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hallo world!
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"name": "crawler",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"description": "New TypeScript Crawler Test version",
"repository": {
"type": "git",
"url": "https://github.com/bda-research/node-crawler.git"
},
"exports": "./dist/index.js",
"scripts": {
"test": "npx mocha --timeout=15000 tests/*.test.js"
},
"engines": {
"node": ">=16"
"node": ">=16.20.2"
},
"type": "module",
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"cheerio": "1.0.0-rc.12",
Expand Down

0 comments on commit dc3eef5

Please sign in to comment.