Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Commit 9a82751

Browse files
committed
Updated generated readme
1 parent f23ea6b commit 9a82751

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Change log
22

3+
## [v0.5.1] (2017-03-23)
4+
5+
** Fixes **
6+
7+
* Update generated readme
8+
39
## [v0.5.0] (2017-03-23)
410

511
** Features **
612

713
* Implement mocha for unit testing
814
* Split webpack configuration into multiple files
15+
* Rename npm tasks
916

1017
## [v0.4.1] (2017-03-17)
1118

@@ -58,6 +65,7 @@
5865

5966
* Initial release
6067

68+
[v0.5.1]: https://github.com/ducksoupdev/vue-webpack-typescript/compare/v0.5.0...v0.5.1
6169
[v0.5.0]: https://github.com/ducksoupdev/vue-webpack-typescript/compare/v0.4.1...v0.5.0
6270
[v0.4.1]: https://github.com/ducksoupdev/vue-webpack-typescript/compare/v0.4.0...v0.4.1
6371
[v0.4.0]: https://github.com/ducksoupdev/vue-webpack-typescript/compare/v0.3.1...v0.4.0

template/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ npm run lint
1818
npm test
1919

2020
# run the tests on changes
21-
npm run test-watch
21+
npm run test:watch
2222

2323
# run the test suite and generate a coverage report
2424
npm run coverage
2525

2626
# run the tests on Teamcity
27-
npm run ci-teamcity
27+
npm run ci:teamcity
2828

2929
# run the tests on Jenkins
30-
npm run ci-jenkins
30+
npm run ci:jenkins
3131

3232
# build for production with minification
3333
npm run build

0 commit comments

Comments
 (0)