Ticket #38657: 38657-grunt-shrinkwrap.diff
File 38657-grunt-shrinkwrap.diff, 823 bytes (added by , 8 years ago) |
---|
-
Gruntfile.js
603 603 dest: '.' 604 604 } 605 605 }, 606 customShrinkwrap: { 607 defaultTarget: { 608 options: { 609 devDependencies: true, 610 excludeDependencies: [ 'fsevents' ] 611 } 612 } 613 }, 606 614 _watch: { 607 615 all: { 608 616 files: [ -
package.json
22 22 "grunt-contrib-qunit": "^1.2.0", 23 23 "grunt-contrib-uglify": "~2.0.0", 24 24 "grunt-contrib-watch": "~1.0.0", 25 "grunt-custom-shrinkwrap": "^0.2.0", 25 26 "grunt-includes": "~0.5.1", 26 27 "grunt-jsvalidate": "~0.2.2", 27 28 "grunt-legacy-util": "^0.2.0",