Skip to content

Commit

Permalink
Edit readme and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
barinbritva committed Sep 2, 2020
1 parent 98ff4b1 commit b282242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.3] - 2020-09-02
## [1.0.9] - 2020-09-02
### Added
- Initial templates of source code.
- License selection.
- Type checking mode selection.
- Build script.
- Package publication script.

## [1.0.2] - 2020-09-02 [YANKED]

## [1.0.1] - 2020-09-01 [YANKED]
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ README.md (and its variants)
CHANGELOG.md (and its variants)
LICENSE
```
If you add new files or directories, it's necessary to include them to `files` section of your `package.json`. Run `npm pack` and check out output tarball before release.
If you add new files or directories, it's necessary to include them to [`files`](https://docs.npmjs.com/files/package.json#files) section of your `package.json`. Run `npm pack` and check out output tarball before release.
_More information about it and other helpful development techniques you can read in [npm developer guide](https://docs.npmjs.com/misc/developers)._

#### How publication works under the hood
Expand Down Expand Up @@ -180,6 +180,7 @@ interface Window {

## 🗺 Roadmap
### In version `1.x`
* **Windows support.** Current version works on Linux and MacOS.
* **Tests.** Test frameworks, code coverage.
* **Code standards.** Setting up `eslint`, auto code formatting.
* **Pull-request bots.** Checking code coverage, dependencies vulnerabilities, etc
Expand Down

0 comments on commit b282242

Please sign in to comment.