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

Commit

Permalink
Increment version, update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Ludlow committed Feb 16, 2016
1 parent c20db51 commit 908e9c0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Angular2 Bootstrap3 Modal Component
## Demo
http://dougludlow.github.io/ng2-bs3-modal/

## Requirements

`ng2-bs3-modal` depends on bootstrap which depends on jquery, you'll need to include both scripts before ng2-bs3-modal:

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/js/bootstrap.js"></script>


Or, if you're using systemjs, configure it to load them. And import them in your typscript.

## Install

npm install ng2-bs3-modal
Expand Down
1 change: 1 addition & 0 deletions dist/components/modal-footer.js

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

2 changes: 1 addition & 1 deletion dist/components/modal-footer.js.map

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-bs3-modal",
"version": "0.1.0",
"version": "0.1.1",
"description": "Angular2 Boostrap3 Modal Component",
"main": "dist/ng2-bs3-modal.js",
"scripts": {
Expand Down Expand Up @@ -36,5 +36,8 @@
},
"dependencies": {
"angular2": "^2.0.0-beta.3"
},
"peerDependencies": {
"bootsrap": "3.3"
}
}

0 comments on commit 908e9c0

Please sign in to comment.