Make WordPress Core

Ticket #38657: 38657-grunt-shrinkwrap.diff

File 38657-grunt-shrinkwrap.diff, 823 bytes (added by netweb, 8 years ago)
  • Gruntfile.js

     
    603603                                dest: '.'
    604604                        }
    605605                },
     606                customShrinkwrap: {
     607                        defaultTarget: {
     608                                options: {
     609                                        devDependencies: true,
     610                                        excludeDependencies: [ 'fsevents' ]
     611                                }
     612                        }
     613                },
    606614                _watch: {
    607615                        all: {
    608616                                files: [
  • package.json

     
    2222    "grunt-contrib-qunit": "^1.2.0",
    2323    "grunt-contrib-uglify": "~2.0.0",
    2424    "grunt-contrib-watch": "~1.0.0",
     25    "grunt-custom-shrinkwrap": "^0.2.0",
    2526    "grunt-includes": "~0.5.1",
    2627    "grunt-jsvalidate": "~0.2.2",
    2728    "grunt-legacy-util": "^0.2.0",