v3.8.0
Автор
Veeck

Коммитер
Veeck
6 лет назад 
Файлов изменено: 4
+7–7
775670e
CHANGELOG.md
скачать этот файл , чтобы ознакомится с ним
LICENSE
+1–1
@@ -1 +1 @@ | ||
/*! Modernizr 3.7.1 | MIT */ | ||
/*! Modernizr 3.8.0 | MIT */ |
package-lock.json
+4–4
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "modernizr", | ||
"version": "3.7.1", | ||
"version": "3.8.0", | ||
"lockfileVersion": 1, | ||
"requires": true, | ||
"dependencies": { | ||
@@ -2464,9 +2464,9 @@ | ||
} | ||
}, | ||
"eslint-plugin-jsdoc": { | ||
"version":"15.12.0", | ||
"resolved":"https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.12.0.tgz", | ||
"integrity":"sha512-oP+rOqAf54QLbJM3ECqhg8VOrcMfqBSbGSYCWAVX8cy0ySWXK1Z7yg8QylY1bedrRBAvxyWBxdgzDP6Uy6WoTg==", | ||
"version":"15.12.1", | ||
"resolved":"https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.12.1.tgz", | ||
"integrity":"sha512-kiE2dB/fxP4PQFVE9yBq1rJ9fooHlH3soZw1tNJoE0GOGmafM7lAxqMZCUceG0Lk8Fl1mxcjLNE8arCzzs4uFg==", | ||
"dev":true, | ||
"requires":{ | ||
"comment-parser":"^0.6.2", |
package.json
+2–2
@@ -1,6 +1,6 @@ | ||
{ | ||
"name":"modernizr", | ||
"version":"3.7.1", | ||
"version":"3.8.0", | ||
"description":"Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.", | ||
"directories":{ | ||
"test":"test" | ||
@@ -22,7 +22,7 @@ | ||
"auto-changelog":"^1.16.1", | ||
"del":"^5.1.0", | ||
"eslint":"^6.5.1", | ||
"eslint-plugin-jsdoc":"^15.12.0", | ||
"eslint-plugin-jsdoc":"^15.12.1", | ||
"expect.js":"^0.3.1", | ||
"find-parent-dir":"^0.3.0", | ||
"fs-extra":"^8.1.0", |
Cherry-pick
Команда cherry-pick позволяет выбрать отдельные коммиты из одной ветки и применить их к другой.