Skip to content
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.

Commit

Permalink
Fix: remove import hammerjs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Aug 18, 2018
1 parent 869ee22 commit 4b4c968
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<a name="2.2.1"></a>
## [2.2.1](https://github.com/peterpeterparker/ionic-swing/compare/v2.2.0...v2.2.1) (2018-08-18)
* **fix**: Remove import of `hammerjs` (see README or CHANGELOG v2.1.0)

<a name="2.2.0"></a>
## [2.2.0](https://github.com/peterpeterparker/ionic-swing/compare/v2.1.0...v2.2.0) (2018-08-16)
* **feature**: Cards' position in the stack is not modified per default anymore. This is now optional, use `StackConfig.sortCards` if you wish to do so
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-swing",
"version": "2.2.0",
"version": "2.2.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 0 additions & 2 deletions src/app/modules/ionic-swing/ionic-swing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export * from './swing/direction';
export * from './swing/stack';
export * from './swing/utilities';

import 'hammerjs';

@NgModule({
imports: [
CommonModule
Expand Down

0 comments on commit 4b4c968

Please sign in to comment.