Skip to content

Commit

Permalink
Agrega tarea de server
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Pozzo committed Jul 11, 2016
1 parent 3fb9bcb commit 1de352f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions day-1-not-resolved/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "ejemplo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack",
"start:dev": "webpack-dev-server"
},
"author": "Jotaoncode",
"license": "ISC",
Expand All @@ -21,6 +23,8 @@
"devDependencies": {
"retyped-classnames-tsd-ambient": "0.0.0-0",
"source-map-loader": "^0.1.5",
"ts-loader": "^0.8.2"
"ts-loader": "^0.8.2",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}

0 comments on commit 1de352f

Please sign in to comment.