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

Commit 4b4c968

Browse files
Fix: remove import hammerjs
1 parent 869ee22 commit 4b4c968

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a name="2.2.1"></a>
2+
## [2.2.1](https://github.com/peterpeterparker/ionic-swing/compare/v2.2.0...v2.2.1) (2018-08-18)
3+
* **fix**: Remove import of `hammerjs` (see README or CHANGELOG v2.1.0)
4+
15
<a name="2.2.0"></a>
26
## [2.2.0](https://github.com/peterpeterparker/ionic-swing/compare/v2.1.0...v2.2.0) (2018-08-16)
37
* **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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-swing",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

src/app/modules/ionic-swing/ionic-swing.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ export * from './swing/direction';
1414
export * from './swing/stack';
1515
export * from './swing/utilities';
1616

17-
import 'hammerjs';
18-
1917
@NgModule({
2018
imports: [
2119
CommonModule

0 commit comments

Comments
 (0)