Skip to content

Commit b8e9a51

Browse files
committed
x
1 parent eb535dc commit b8e9a51

7 files changed

Lines changed: 13 additions & 10 deletions

File tree

dist/index.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
export { AckFxModule } from "./AckFx.module";
2-
export { animations } from "./allFx";
1+
export { FxTracker } from './components/FxTracker.directive';
2+
export { AckFxModule } from './AckFx.module';
3+
export { animations } from './allFx';

dist/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
export { AckFxModule } from "./AckFx.module";
2-
export { animations } from "./allFx";
1+
export { FxTracker } from './components/FxTracker.directive';
2+
export { AckFxModule } from './AckFx.module';
3+
export { animations } from './allFx';

dist/index.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"__symbolic":"module","version":4,"metadata":{},"exports":[{"from":"./AckFx.module","export":["AckFxModule"]},{"from":"./allFx","export":["animations"]}]}]
1+
[{"__symbolic":"module","version":4,"metadata":{},"exports":[{"from":"./components/FxTracker.directive","export":["FxTracker"]},{"from":"./AckFx.module","export":["AckFxModule"]},{"from":"./allFx","export":["animations"]}]}]

example/src/overview.template.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

example/www/main.js

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": "ack-angular-fx",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"description": "Angular animations made easier",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

src/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
export { AckFxModule } from "./AckFx.module"
2-
export { animations } from "./allFx"
1+
export { FxTracker } from './components/FxTracker.directive';
2+
export { AckFxModule } from './AckFx.module';
3+
export { animations } from './allFx';

0 commit comments

Comments
 (0)