Skip to content

Commit

Permalink
modify in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail2009 committed Jan 15, 2018
1 parent 6bbfa0b commit b6ecc50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "airbnb-base"
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"description": "it's an application for teaching the children how to code through games",
"main": "index.js",
"scripts": {
"start": "node src",
"start:watch": "nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit b6ecc50

Please sign in to comment.