Skip to content

Commit

Permalink
feat: Add yarn settings to handle dependencies
Browse files Browse the repository at this point in the history
Yarn provides a good hablding of the dependencies
on top of npm, using yarn has been adopted not
only in the webpack project, but also lots of the
loaders. In order to keep consitency across
projects, adding it here also.
  • Loading branch information
DanielaValero committed Dec 16, 2016
1 parent 89809de commit 34579c7
Show file tree
Hide file tree
Showing 3 changed files with 2,319 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
node_modules

# npm-debug log
npm-debug.log
npm-debug.log

# yarn log
yarn-error.log
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"bin": {
"webpack-cli": "./bin/cli.js"
},
"main": "./bin/cli.js",
"scripts": {
"lint": "eslint ./lib"
},
Expand Down
Loading

0 comments on commit 34579c7

Please sign in to comment.