Skip to content

Commit

Permalink
Merge pull request #8 from airtap/cleanup
Browse files Browse the repository at this point in the history
Final cleanup before release
  • Loading branch information
vweevers authored Feb 16, 2018
2 parents 23a5791 + a7cc10b commit 44d54bc
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 19 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Changelog

## [Unreleased]

## [0.0.1] - 2018-02-16

First release :seedling:. Forked from [`browzers`](https://github.com/algolia/browzers), so this changelog entry lists the differences from `browzers`.

### Added
* Add `standard` (@vweevers)
* Add `LICENSE` file (@vweevers)
* Test `.name`, `.version` and `.platform` (@ralphtheninja)
* Add badges, usage, install and license to readme (@vweevers)
* Add `CHANGELOG.md` (@vweevers)

### Changed
* Rename package and update repository URLs (@vweevers)
* Remove the need for Babel (@vweevers)
* Update `.travis.yml` with node 4, 6, 8 and 9 (@vweevers)
* Change IE8 to IE9 (@vweevers)
* Temporarily change Android latest (failing on Sauce Labs) to 6.0 (@vweevers)

### Fixed
* Gitignore `npm-debug.log` and `yarn.lock` (@vweevers)

### Removed
* Remove `eslint` (replaced by `standard`) (@vweevers)
* Remove `.npmignore` (only there for Babel) (@vweevers)
* Remove `HISTORY.md` (replaced by `CHANGELOG.md`) (@vweevers)

[Unreleased]: https://github.com/airtap/browsers/compare/v0.0.1...HEAD
[0.0.1]: https://github.com/airtap/browsers/compare/v0.0.0...v0.0.1
19 changes: 0 additions & 19 deletions HISTORY.md

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"devDependencies": {
"standard": "~10.0.3",
"tape": "^4.8.0"
},
"engines": {
"node": ">=4"
}
}

0 comments on commit 44d54bc

Please sign in to comment.