Skip to content

Commit a0789ab

Browse files
committed
Merge branch 'release/0.2.0'
2 parents a1c5f00 + acf6dc6 commit a0789ab

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
- [x] [Webpack 2](https://webpack.github.io/docs/roadmap.html#2)
77
- [x] [Typescript 2](https://blogs.msdn.microsoft.com/typescript/2016/07/11/announcing-typescript-2-0-beta/)
8-
8+
- [x] [Webpack Dashboard](https://github.com/FormidableLabs/webpack-dashboard)
9+
![Imgur](http://i.imgur.com/pETTX85.png)
910
# Getting started
1011

1112
## Clone Typescript Webpack Starter
@@ -42,4 +43,4 @@ After build phase, 3 files are generated into the `dist` folder:
4243
- [ ] Add TODO example
4344
- [ ] Setup VSCode debug to match webpack-dev-server
4445
- [ ] Setup a webpack common configuration and use webpack-merge
45-
- [ ] Setup unit tests
46+
- [ ] Setup unit tests with Jasmine / Karma

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-webpack-starter",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A damn simple starter for Typescript and Webpack",
55
"main": "src/index.ts",
66
"scripts": {
@@ -24,23 +24,23 @@
2424
"author": "yrenaudin",
2525
"license": "ISC",
2626
"devDependencies": {
27-
"css-loader": "^0.23.1",
27+
"css-loader": "^0.25.0",
2828
"ejs-loader": "^0.3.0",
2929
"expose-loader": "^0.7.1",
30-
"html-loader": "^0.4.3",
30+
"html-loader": "^0.4.4",
3131
"html-webpack-plugin": "^2.22.0",
3232
"rimraf": "^2.5.4",
3333
"style-loader": "^0.13.1",
3434
"ts-loader": "^0.8.2",
35-
"tslint": "^3.13.0",
35+
"tslint": "^3.15.1",
3636
"tslint-loader": "^2.1.5",
3737
"typescript": "^2.0.0",
38-
"typings": "^1.3.2",
39-
"webpack": "^2.1.0-beta.20",
38+
"typings": "^1.3.3",
39+
"webpack": "^2.1.0-beta.22",
4040
"webpack-dashboard": "^0.1.8",
41-
"webpack-dev-server": "^1.15.0"
41+
"webpack-dev-server": "^1.15.2"
4242
},
4343
"dependencies": {
44-
"lodash": "^4.14.1"
44+
"lodash": "^4.15.0"
4545
}
4646
}

0 commit comments

Comments
 (0)