Skip to content

Commit

Permalink
fix(build): generate correct metadata needed for ng-language-service
Browse files Browse the repository at this point in the history
  • Loading branch information
edoparearyee committed Dec 4, 2017
1 parent 14965db commit 0b56342
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 33 deletions.
7 changes: 6 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
export * from './src/app/scroll-collapse';
export { ScrollCollapseModule } from './src/app/scroll-collapse/scroll-collapse.module';
export { ScrollCollapseDirective } from './src/app/scroll-collapse/scroll-collapse.directive';
export { affixClass, directionDownClass, directionUpClass, minimiseClass } from './src/app/scroll-collapse/shared/classes';
export { Direction } from './src/app/scroll-collapse/shared/direction.enum';
export { eventLoad, eventPathLoadScroll, eventPathResize, eventResize, eventScroll } from './src/app/scroll-collapse/shared/event-data';

30 changes: 3 additions & 27 deletions package-lock.json

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

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
"scroll",
"resize"
],
"main": "./bundles/angular-scroll-collapse.umd.js",
"module": "./@thisissoon/angular-scroll-collapse.es5.js",
"es2015": "./@thisissoon/angular-scroll-collapse.js",
"typings": "./angular-scroll-collapse.d.ts",
"author": "SOON_ <dorks@thisissoon.com>",
"contributors": [
"Ed Opare-Aryee <ed@thisissoon.com>"
Expand Down Expand Up @@ -75,7 +71,7 @@
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-spec-reporter": "0.0.31",
"ng-packagr": "^1.6.0",
"ng-packagr": "^2.0.0-rc.4",
"protractor": "~5.1.2",
"rxjs": "^5.5.2",
"standard-version": "^4.2.0",
Expand Down

0 comments on commit 0b56342

Please sign in to comment.