This repository was archived by the owner on Sep 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ## [ v0.5.1] (2017-03-23)
4
+
5
+ ** Fixes **
6
+
7
+ * Update generated readme
8
+
3
9
## [ v0.5.0] (2017-03-23)
4
10
5
11
** Features **
6
12
7
13
* Implement mocha for unit testing
8
14
* Split webpack configuration into multiple files
15
+ * Rename npm tasks
9
16
10
17
## [ v0.4.1] (2017-03-17)
11
18
58
65
59
66
* Initial release
60
67
68
+ [ v0.5.1 ] : https://github.com/ducksoupdev/vue-webpack-typescript/compare/v0.5.0...v0.5.1
61
69
[ v0.5.0 ] : https://github.com/ducksoupdev/vue-webpack-typescript/compare/v0.4.1...v0.5.0
62
70
[ v0.4.1 ] : https://github.com/ducksoupdev/vue-webpack-typescript/compare/v0.4.0...v0.4.1
63
71
[ v0.4.0 ] : https://github.com/ducksoupdev/vue-webpack-typescript/compare/v0.3.1...v0.4.0
Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ npm run lint
18
18
npm test
19
19
20
20
# run the tests on changes
21
- npm run test- watch
21
+ npm run test: watch
22
22
23
23
# run the test suite and generate a coverage report
24
24
npm run coverage
25
25
26
26
# run the tests on Teamcity
27
- npm run ci- teamcity
27
+ npm run ci: teamcity
28
28
29
29
# run the tests on Jenkins
30
- npm run ci- jenkins
30
+ npm run ci: jenkins
31
31
32
32
# build for production with minification
33
33
npm run build
You can’t perform that action at this time.
0 commit comments