Skip to content
This repository has been archived by the owner. It is now read-only.

Replace grunt-nsp-shrinkwrap with grunt-nsp #11

Closed
pdehaan opened this issue Nov 5, 2015 · 0 comments
Closed

Replace grunt-nsp-shrinkwrap with grunt-nsp #11

pdehaan opened this issue Nov 5, 2015 · 0 comments
Assignees

Comments

@pdehaan
Copy link

@pdehaan pdehaan commented Nov 5, 2015

I think we can use something like this:

/* 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) {
  'use strict';

  grunt.config('nsp', {
    output: 'summary',
    shrinkwrap: grunt.file.readJSON('npm-shrinkwrap.json'),
  });
};
@rfk rfk self-assigned this Nov 5, 2015
@rfk rfk added this to the FxA-0: quality milestone Nov 9, 2015
@rfk rfk closed this in #12 Nov 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants