Skip to content

Commit 2e754d8

Browse files
coliffroblarsen
authored andcommitted
updates to dev deps (#2061)
1 parent 26316e0 commit 2e754d8

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

dist/doc/TOC.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ aspects of your website/web app (e.g.: the performance, security, etc.).
3131
* [lighttpd](https://github.com/h5bp/server-configs-lighttpd)
3232
* [Nginx](https://github.com/h5bp/server-configs-nginx)
3333
* [Node.js](https://github.com/h5bp/server-configs-node)
34-
* [Ant Build Script](https://github.com/h5bp/ant-build-script) — Apache
35-
Ant based build script.
34+
* [Front-end Developer Interview Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions)

dist/doc/extend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ plugin](https://www.google.com/search?ie=UTF-8&q=how+to+make+browser+search+plug
379379

380380
* If you want to disable the translation prompt in Chrome or block Google
381381
Translate from translating your web page, use [`<meta name="google"
382-
value="notranslate">`](https://support.google.com/translate/?hl=en#2641276).
382+
content="notranslate">`](https://support.google.com/webmasters/answer/79812).
383383
To disable translation for a particular section of the web page, add
384384
[`class="notranslate"`](https://support.google.com/translate/?hl=en#2641276).
385385

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
"devDependencies": {
33
"@alrra/travis-scripts": "^3.0.1",
44
"apache-server-configs": "^3.0.0",
5-
"archiver": "^2.1.1",
5+
"archiver": "^3.0.0",
66
"babel-core": "^6.26.3",
77
"babel-preset-env": "^1.7.0",
88
"babel-register": "^6.26.0",
99
"del": "^3.0.0",
1010
"eslint": "^5.3.0",
1111
"eslint-config-recommended": "^3.0.0",
12-
"eslint-plugin-mocha": "^5.0.0",
13-
"glob": "^7.1.2",
12+
"eslint-plugin-mocha": "^5.2.0",
13+
"glob": "^7.1.3",
1414
"gulp": "^3.9.1",
15-
"gulp-autoprefixer": "^5.0.0",
15+
"gulp-autoprefixer": "^6.0.0",
1616
"gulp-eslint": "^5.0.0",
1717
"gulp-header": "^2.0.5",
1818
"gulp-jscs": "^4.1.0",
1919
"gulp-load-plugins": "^1.5.0",
20-
"gulp-rename": "^1.2.3",
20+
"gulp-rename": "^1.4.0",
2121
"gulp-replace": "^1.0.0",
2222
"jquery": "3.3.1",
2323
"mocha": "^5.2.0",
2424
"modernizr": "3.6.0",
2525
"normalize.css": "8.0.0",
2626
"run-sequence": "^2.2.1",
27-
"ssri": "^6.0.0",
27+
"ssri": "^6.0.1",
2828
"strip-json-comments": "^2.0.1",
2929
"travis-after-all": "^1.4.5"
3030
},

0 commit comments

Comments
 (0)