Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Restuta committed Sep 20, 2019
1 parent b8fd7c6 commit 911f876
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "little-scraper",
"version": "4.0.0",
"version": "4.0.1",
"description": "Little Node Scraper with simple by powerful async flow control goodness",
"files": [
"index.js",
Expand Down Expand Up @@ -44,12 +44,12 @@
"eslint-plugin-prettier": "^2.4.0",
"express": "^4.16.2",
"jest": "^24.9.0",
"lodash": "^4.17.15",
"moment": "^2.10.6",
"nodemon": "^1.19.2",
"np": "^2.18.3",
"prettier": "^1.9.2",
"rimraf": "^2.6.0",
"moment": "^2.10.6",
"lodash": "^4.17.15"
"rimraf": "^2.6.0"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit 911f876

Please sign in to comment.