Skip to content

Commit

Permalink
Create changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonbittencourt committed Oct 22, 2016
1 parent ac63b26 commit a9a4ad0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
*.log
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# [v1.0.2](https://github.com/hubot-js/eslint-config-hubot-js/releases/tag/1.0.2) (2016-10-22)

* Create initial configuration extends from airbnb configuration
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-hubot-js",
"version": "1.0.0",
"version": "1.0.2",
"description": "Eslint config for hubot.js projects",
"main": "index.js",
"scripts": {
Expand All @@ -22,6 +22,12 @@
"url": "https://github.com/robsonbittencourt/eslint-config-hubot-js/issues"
},
"homepage": "https://github.com/robsonbittencourt/eslint-config-hubot-js#readme",
"dependencies": {
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1"
},
"devDependencies": {
"eslint": "^3.8.1"
},
Expand Down

0 comments on commit a9a4ad0

Please sign in to comment.