Skip to content

Commit

Permalink
Merge pull request #8 from dividab/include-src
Browse files Browse the repository at this point in the history
Include typescript source in npm package
  • Loading branch information
jonaskello authored Mar 29, 2020
2 parents d217afb + 7f259e9 commit 8c592f6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .npmignore

This file was deleted.

13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [Unreleased](https://github.com/dividab/uom/compare/v0.6.0...master)

## [v0.6.0] - 2020-01-09
### Added

- Include typescript source from `src/` in published npm package. See PR [#8](https://github.com/dividab/uom-units/pull/8) for more info.

## [v0.6.0](https://github.com/dividab/uom/compare/v0.5.0...v0.6.0) - 2020-01-09

### Added

- Upgraded uom to 4.0

## [v0.5.0] - 2019-11-06
## [v0.5.0](https://github.com/dividab/uom/compare/v0.1.0...v0.5.0) - 2019-11-06

### Added

Expand All @@ -24,6 +28,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added

- Initial Release

[unreleased]: https://github.com/dividab/uom/compare/v0.1.0...master
[v0.1.0]: https://github.com/dividab/uom/compare/v0.0.0...v0.1.0
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"author": "[email protected]",
"repository": "https://github.com/dividab/uom-units",
"license": "MIT",
"files": [
"/lib-cjs",
"/lib-esm",
"/src",
"package.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"dependencies": {
"uom": "^4.0.0"
},
Expand Down

0 comments on commit 8c592f6

Please sign in to comment.