Skip to content

Commit

Permalink
fix: wrong banner in build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shlomi Assaf (shlassaf) committed Aug 23, 2016
1 parent 250f234 commit 2c9bca5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
2 changes: 1 addition & 1 deletion gulp/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const ts = require('typescript');
const $ = require('gulp-load-plugins')();

// package.json as JS object
module.exports.pkg = require(path.join(__dirname, '../src/components/angular2-modal/package.json'));
module.exports.pkg = require(path.join(__dirname, '../package.json'));

// note: for all paths, the base dir is ../
module.exports.PATHS = {
Expand Down
1 change: 1 addition & 0 deletions src/components/angular2-modal/angular2-modal.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import { Overlay, ModalOverlay, OverlayDialogBoundary, OverlayTarget } from './o
]
})
export class ModalModule {

/**
* Returns a ModalModule pre-loaded with a list of dynamically inserted components.
* Since dynamic components are not analysed by the angular compiler they must register manually
Expand Down
31 changes: 0 additions & 31 deletions src/components/angular2-modal/package.json

This file was deleted.

0 comments on commit 2c9bca5

Please sign in to comment.