Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circular #178

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"eslint:fix": "node linter --fix --verbose | snazzy",
"stylelint": "stylelint 'src/**/**.scss' --syntax scss",
"stylelint:fix": "stylelint 'src/**/**.scss' --syntax scss --fix",
"check_circular": "madge --circular src/app/index.js",
"test": "jest --config jest.conf.json -u"
},
"dependencies": {
Expand Down Expand Up @@ -90,6 +91,7 @@
"jest": "^24.1.0",
"jest-cli": "^24.1.0",
"jest-enzyme": "^7.0.1",
"madge": "^3.4.4",
"postcss-inline-svg": "^3.0.0",
"react-test-renderer": "^16.8.3",
"redux-mock-store": "^1.5.1",
Expand Down