Skip to content

Commit

Permalink
chore(project): downgrade lint-staged because of a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Jun 12, 2019
1 parent 42ad1fd commit 7505141
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Expand Up @@ -108,15 +108,15 @@
"generator-nitro": "<%= version %>",
"gulp": "3.9.1",
"gulp-load-plugins": "1.6.0",
"husky": "2.4.0",
"husky": "2.4.1",
"jasmine-core": "3.4.0",
"karma": "4.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-jasmine": "2.0.1",
"karma-phantomjs-launcher": "1.0.4",
"karma-webpack": "4.0.2",
"license-checker": "25.0.1",
"lint-staged": "8.2.0",
"lint-staged": "8.1.7",
"npm-run-all": "4.1.5",
"prettier": "1.15.2",
"rimraf": "2.6.3",
Expand Down Expand Up @@ -144,7 +144,7 @@
}
},
"lint-staged": {
"src/**/*.{css|scss}": [
"src/**/*.{css,scss}": [
"stylelint"
],
"src/**/*.json": [
Expand Down
6 changes: 3 additions & 3 deletions packages/project-nitro-twig/package.json
Expand Up @@ -108,15 +108,15 @@
"generator-nitro": "*",
"gulp": "3.9.1",
"gulp-load-plugins": "1.6.0",
"husky": "2.4.0",
"husky": "2.4.1",
"jasmine-core": "3.4.0",
"karma": "4.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-jasmine": "2.0.1",
"karma-phantomjs-launcher": "1.0.4",
"karma-webpack": "4.0.2",
"license-checker": "25.0.1",
"lint-staged": "8.2.0",
"lint-staged": "8.1.7",
"npm-run-all": "4.1.5",
"prettier": "1.15.2",
"rimraf": "2.6.3",
Expand Down Expand Up @@ -144,7 +144,7 @@
}
},
"lint-staged": {
"src/**/*.{css|scss}": [
"src/**/*.{css,scss}": [
"stylelint"
],
"src/**/*.json": [
Expand Down
6 changes: 3 additions & 3 deletions packages/project-nitro/package.json
Expand Up @@ -109,15 +109,15 @@
"generator-nitro": "*",
"gulp": "3.9.1",
"gulp-load-plugins": "1.6.0",
"husky": "2.4.0",
"husky": "2.4.1",
"jasmine-core": "3.4.0",
"karma": "4.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-jasmine": "2.0.1",
"karma-phantomjs-launcher": "1.0.4",
"karma-webpack": "4.0.2",
"license-checker": "25.0.1",
"lint-staged": "8.2.0",
"lint-staged": "8.1.7",
"npm-run-all": "4.1.5",
"prettier": "1.15.2",
"rimraf": "2.6.3",
Expand Down Expand Up @@ -145,7 +145,7 @@
}
},
"lint-staged": {
"src/**/*.{css|scss}": [
"src/**/*.{css,scss}": [
"stylelint"
],
"src/**/*.json": [
Expand Down

0 comments on commit 7505141

Please sign in to comment.