Update now to the latest version 🚀 (#299)

* chore(package): update now to version 11.1.8

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
This commit is contained in:
greenkeeper[bot] 2018-05-17 08:27:19 -07:00 committed by Nolan Lawson
parent 5aa8ba608f
commit 2908732bed
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7055,9 +7055,9 @@
}
},
"now": {
"version": "11.1.7",
"resolved": "https://registry.npmjs.org/now/-/now-11.1.7.tgz",
"integrity": "sha512-wrWCA4cEBRjbH1uKPC0I/E3JqdNtsMihbKBzLpVu/gSrV1GOQpJK416wFJV7GMqk6VemlIg966sDlpWt5lvAQw==",
"version": "11.1.8",
"resolved": "https://registry.npmjs.org/now/-/now-11.1.8.tgz",
"integrity": "sha512-6ZwWiHqk6xLLFvPgyHQw6m31M8DPNTclaVHKVKIvPBtyTjMt9udQHttoaSDmCXS9N/QqSaNL4ajj7rgzpsV3Qg==",
"dev": true
},
"npm-run-all": {

View File

@ -92,7 +92,7 @@
},
"devDependencies": {
"eslint-plugin-html": "4.0.3",
"now": "11.1.7",
"now": "11.1.8",
"standard": "11.0.1",
"testcafe": "0.19.1"
},