Fixes #596
Fixes #597
This commit is contained in:
Vlad Filippov 2018-09-18 08:55:19 -04:00 коммит произвёл GitHub
Родитель fc939d9e81
Коммит 64ade86188
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 546 добавлений и 577 удалений

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

@ -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')
});
};

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

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

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

@ -52,7 +52,6 @@
"grunt-copyright": "0.3.0",
"grunt-eslint": "18.0.0",
"grunt-nodemon": "0.4.2",
"grunt-nsp": "2.3.1",
"insist": "1.x",
"load-grunt-tasks": "3.5.2",
"mocha": "3.5.3",