Skip to content

Commit

Permalink
chore: bump devDependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenmass committed Jan 31, 2017
1 parent 8d2eed6 commit 07ff787
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"description": "MailOnline stylelint configuration.",
"devDependencies": {
"eslint": "^3.8.1",
"eslint-config-mailonline": "^2.0.0",
"husky": "^0.11.7",
"eslint-config-mailonline": "^6.0.0",
"husky": "^0.13.1",
"jsonlint": "^1.6.2",
"semantic-release": "^4.3.5",
"semantic-release": "^6.3.2",
"stylelint": "^7.2.0"
},
"keywords": [
Expand All @@ -26,7 +26,7 @@
"lint": "eslint ./index.js",
"precommit": "npm run lint && npm run test && npm run format",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "echo 'Hello, World!'"
"test": "echo 'this project has no test'"
},
"version": "1.0.0"
}

0 comments on commit 07ff787

Please sign in to comment.