Fixes #596
Fixes #597
This commit is contained in:
Vlad Filippov 2018-09-17 17:27:45 -04:00
Родитель fc939d9e81
Коммит 3eb36371ed
3 изменённых файлов: 546 добавлений и 284 удалений

Просмотреть файл

@ -31,6 +31,7 @@ env:
- CXX=g++-4.8 NODE_ENV=test DB=mysql
before_install:
- npm i -g npm@6
- npm config set spin false
before_script:
@ -41,4 +42,5 @@ before_script:
script:
- npm run outdated
- npm test
- grunt nsp --force
# HACK: ignore npm audit errors for now until we get them all fixed
- npm audit || true

Просмотреть файл

@ -1,11 +0,0 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
module.exports = function (grunt) {
grunt.config('nsp', {
output: 'summary',
package: grunt.file.readJSON('package.json'),
shrinkwrap: grunt.file.readJSON('npm-shrinkwrap.json')
});
};

815
npm-shrinkwrap.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу