Skip to content

Commit

Permalink
Merge 65c5761 into 338a67c
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushiknishchay committed Apr 3, 2018
2 parents 338a67c + 65c5761 commit 5a0684d
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo

[![Build Status](https://travis-ci.org/kaushiknishchay/Github-API-React.svg?branch=master)](https://travis-ci.org/kaushiknishchay/Github-API-React)

[![Coverage Status](https://coveralls.io/repos/github/kaushiknishchay/Github-API-React/badge.svg?branch=master)](https://coveralls.io/github/kaushiknishchay/Github-API-React?branch=master)

[![Coverage Status](https://coveralls.io/repos/github/kaushiknishchay/Github-API-React/badge.svg?branch=master)](https://coveralls.io/github/kaushiknishchay/Github-API-React?branch=master)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
51 changes: 51 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"dependencies": {
"axios": "^0.18.0",
"deep-object-diff": "^1.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"immutable": "^3.8.2",
"jest-localstorage-mock": "^2.2.0",
"moment": "^2.21.0",
Expand All @@ -37,20 +39,22 @@
"redux-devtools-extension": "^2.13.2",
"redux-immutable": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1"
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --verbose",
"eject": "react-scripts eject",
"test:coverage": "react-scripts test --env=jsdom --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"commit": "yarn precommit && git-cz",
"precommit": "yarn lint",
"lint": "(eslint --ext=js --ext=jsx . ) && echo Lint Passed! ALL Clear! ❤"
},
"devDependencies": {
"commitizen": "^2.9.6",
"coveralls": "^3.0.0",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
Expand All @@ -62,5 +66,10 @@
"registerServiceWorker.js",
"coverage/*",
"*__mocks__*"
]
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

0 comments on commit 5a0684d

Please sign in to comment.