Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
Updated yarn support, excluding `yarn.lock` from gitignore
Updated dependencies
  • Loading branch information
edloidas committed Oct 17, 2016
1 parent f484d21 commit 362738f
Show file tree
Hide file tree
Showing 5 changed files with 4,190 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -6,7 +6,6 @@ coverage/
# Files #

npm-debug.log
yarn.lock

.DS_Store
Desktop.ini
Expand Down
2 changes: 1 addition & 1 deletion app/templates/_package.json
Expand Up @@ -25,7 +25,7 @@
"cover": "jest --coverage",
"report": "node_modules/.bin/jest --coverage && cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js",
"prepush": "npm test",
"fix": "eslint --fix . || true"
"fix": "eslint --fix . || exit 0"
},
"dependencies": {
},
Expand Down
1 change: 0 additions & 1 deletion app/templates/gitignore
Expand Up @@ -6,7 +6,6 @@ coverage/
# Files #

npm-debug.log
yarn.lock

.DS_Store
Desktop.ini
Expand Down
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -31,7 +31,7 @@
"cover": "jest --coverage",
"report": "node_modules/.bin/jest --coverage && cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js",
"prepush": "npm test",
"fix": "eslint --fix . || true"
"fix": "eslint --fix . || exit 0"
},
"dependencies": {
"lodash.capitalize": "^4.2.1",
Expand All @@ -45,10 +45,9 @@
"devDependencies": {
"coveralls": "^2.11.14",
"eslint": "^3.7.0",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-plugin-import": "^2.0.0",
"husky": "^0.11.8",
"istanbul": "^0.4.5",
"jest": "^16.0.1"
},
"engines": {
Expand Down

0 comments on commit 362738f

Please sign in to comment.