Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
1.2.0 (#42)
Browse files Browse the repository at this point in the history
* Update package.json

* Update yarn.lock

* Update README.md

* Update CHANGELOG.md

* Update .travis.yml
  • Loading branch information
sergejmueller authored Dec 5, 2018
1 parent 50fea1c commit 1717450
Show file tree
Hide file tree
Showing 5 changed files with 453 additions and 598 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "6"
- "8.10.0"
before_script:
- npm link
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# wpcheck / CHANGELOG


### 1.2.0 (2018-12-05)

##### Changes
* Update outdated packages
* Update Node to v8.10.0


### 1.1.4 (2018-02-19)

##### Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ yarn global add wpcheck
```

##### Notes
* `wpcheck` requires `Node.js >= 6` and [npm](http://blog.npmjs.org/post/85484771375/how-to-install-npm).
* `wpcheck` requires `Node.js >= 8.10` and [npm](http://blog.npmjs.org/post/85484771375/how-to-install-npm).
* [Fix](https://docs.npmjs.com/getting-started/fixing-npm-permissions) `npm` permissions if you get the `Permission denied` error.


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wpcheck",
"version": "1.1.4",
"version": "1.2.0",
"description": "Vulnerability scanner for WordPress",
"preferGlobal": true,
"main": "index.js",
Expand Down Expand Up @@ -31,15 +31,15 @@
"minimist": "^1.2.0",
"pad-end": "^1.0.2",
"prepend-http": "^2.0.0",
"request": "^2.83.0",
"request": "^2.84.0",
"rtrim": "^1.0.0",
"semver": "^5.5.0",
"valid-url": "^1.0.9"
},
"devDependencies": {
"child-process-promise": "^2.2.1",
"eslint": "^4.18.0",
"eslint-plugin-node": "^6.0.0",
"eslint": "^5.9.0",
"eslint-plugin-node": "^8.0.0",
"mocha": "^5.0.1",
"must": "^0.13.4"
},
Expand All @@ -48,6 +48,6 @@
"test": "npm run lint && mocha --no-timeouts"
},
"engines": {
"node": ">=6"
"node": ">=8.10.0"
}
}
Loading

0 comments on commit 1717450

Please sign in to comment.