Skip to content

Commit

Permalink
vundefined
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsisley committed Jul 15, 2017
1 parent 6415337 commit 2aeb71f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ tmp
ehthumbs.db
Thumbs.db
node_modules
lib
lib
package-lock.json
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"lerna": "2.0.0-rc.4",
"packages": [
"packages/*"
],
"version": "0.0.0"
]
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"chokidar": "^1.7.0",
"inquirer": "^3.1.0",
"inquirer": "^3.2.0",
"mjml": "^3.3.3",
"nodemailer": "^4.0.1",
"yargs": "^8.0.2"
Expand All @@ -24,10 +24,10 @@
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"lerna": "^2.0.0-rc.4"
"eslint-plugin-react": "^7.1.0",
"lerna": "^2.0.0"
}
}

0 comments on commit 2aeb71f

Please sign in to comment.