Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ba55ie committed Oct 11, 2016
1 parent d8af5d8 commit f96d4d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Stylelint shareable config used by VI Company",
"main": "index.js",
"scripts": {
"lint": "eslint --quiet **/*.js",
"lint": "eslint --quiet --fix **/*.js",
"pretest": "npm run lint",
"test": "jasmine JASMINE_CONFIG_PATH=test/jasmine.json",
"preversion": "npm test",
Expand All @@ -24,10 +24,10 @@
"bugs": "https://github.com/vicompany/stylelint-config-vi/issues",
"homepage": "https://github.com/vicompany/stylelint-config-vi",
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-vi": "^1.2.1",
"jasmine": "^2.5.0",
"stylelint": "^7.2.0"
"eslint": "^3.7.1",
"eslint-config-vi": "^2.2.0",
"jasmine": "^2.5.2",
"stylelint": "^7.3.0"
},
"peerDependencies": {
"stylelint": "^7.2.0"
Expand Down

0 comments on commit f96d4d4

Please sign in to comment.