Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Build: Stop asserting the structure of node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed Sep 27, 2017
1 parent b839be4 commit 3f82694
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions grunt-build/tasks/testdist.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,32 +53,7 @@ var allowedStructure = {
"build": "required",
"lowlevel.js": "required",
"package.json": "required",
"node_modules": {
"inherits": "optional",
"os-homedir": "optional",
"os-tmpdir": "optional",
"bindings": "required",
"lodash.assignin": "required",
"lodash.bind": "required",
"lodash.bindkey": "required",
"lodash.find": "required",
"lodash.findindex": "required",
"lodash.findkey": "required",
"lodash.flattendeep": "required",
"lodash.foreach": "required",
"lodash.isequal": "required",
"lodash.isnil": "required",
"lodash.map": "required",
"lodash.mergewith": "required",
"lodash.omitby": "required",
"lodash.pick": "required",
"lodash.remove": "required",
"lodash.uniq": "required",
"lodash.without": "required",
"osenv": "required",
"sha.js": "required",
"shelljs": "required"
},
"node_modules": "optional",
"js": "required",
"lib": "required",
"README.md": "required",
Expand Down

0 comments on commit 3f82694

Please sign in to comment.