Skip to content

Commit

Permalink
tell standard to ignore /vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke authored and kevinsawicki committed Mar 31, 2016
1 parent f35f362 commit 7404b84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"standard": {
"ignore": [
"/lib/browser/rpc-server.js",
"/lib/common/asar.js"
"/lib/common/asar.js",
"/vendor"
]
},
"private": true,
Expand Down

0 comments on commit 7404b84

Please sign in to comment.