- Fixed build to publish.
- Upgraded to test against Ember 2.11.
- Added more Ember versions to CI builds to ensure addon is working with latest versions of Ember.
- Fixed ESLint warnings coming from latest
eslint-config-frost-standard
. - Upgraded to
redux-thunk
version2.2.0
. - Upgraded all
devDependencies
to latest versions.
-
Removed unnecessary files from npm package so the package is slightly smaller to pull down. The package from npm will now contain the following:
blueprints/
ember-redux-thunk-shim/
index.js
CHANGELOG.md
index.js
LICENSE.md
packag.json
README.md
- Fixed blueprints directory so blueprints will run.
- Removed
.pullapprove.yml
since PullApprove is not used on this repo.
- Updated license to attribute
ember-redux
instead ofCiena
.
- Updated Travis config to publish as npm user
ember-redux
.
- Renamed repository from
ember-redux-thunk
toember-redux-thunk-shim
.
- Initialize addon and wire up to CI so it publishes to npm.