diff --git a/.npmignore b/.npmignore deleted file mode 100644 index c0c6efb..0000000 --- a/.npmignore +++ /dev/null @@ -1,6 +0,0 @@ -# ignore everything -*/** - -# except -!lib-cjs/**/* -!lib-esm/**/* diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa4090..6eb855a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index db6838a..4cbb782 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,15 @@ "author": "jonas.kello@divid.se", "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" },