File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
"homepage" : " https://github.com/plotly/dash-core-components" ,
13
13
"main" : " dash_core_components/dash_core_components.min.js" ,
14
14
"scripts" : {
15
- "private::format: black" : " black --exclude dash_core_components ." ,
15
+ "private::format. black" : " black --exclude dash_core_components ." ,
16
16
"private::format.eslint" : " eslint src tests --fix" ,
17
17
"private::format.prettier" : " prettier --config .prettierrc --write src/**/*.js tests/unit/*.js" ,
18
- "private::lint: black" : " if [ \" $PYTHON_VERSION\" != \" py27\" ]; then black --check --exclude dash_core_components .; fi" ,
18
+ "private::lint. black" : " if [ \" $PYTHON_VERSION\" != \" py27\" ]; then black --check --exclude dash_core_components .; fi" ,
19
19
"private::lint.eslint" : " eslint src tests" ,
20
20
"private::lint.flake8" : " flake8 --exclude=dash_core_components,node_modules,venv" ,
21
21
"private::lint.prettier" : " prettier --config .prettierrc src/**/*.js tests/unit/*.js --list-different" ,
You can’t perform that action at this time.
0 commit comments