Skip to content

Commit

Permalink
Move vendor out one level
Browse files Browse the repository at this point in the history
  • Loading branch information
shamasis committed Nov 30, 2016
1 parent 364425c commit 7d5d38a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lib/sandbox/vendor/sugar.js
lib/vendor
2 changes: 1 addition & 1 deletion lib/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
cheerio: true
},
files: {
'./lib/sandbox/vendor/sugar': true,
'./lib/vendor/sugar': true,
'./lib/sandbox/purse': true,
'./lib/sandbox': true
}
Expand Down
File renamed without changes.

0 comments on commit 7d5d38a

Please sign in to comment.