Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# simple-bootstrap3-alerts

A meteorite package for very simple bootstrap 3 alerts.
A simple alert package for Meteor using bootstrap 3.

# Meteorite Atmosphere Dependencies
* [bootstrap-3](https://atmosphere.meteor.com/package/bootstrap-3 "bootstrap-e")
Expand Down Expand Up @@ -45,7 +45,7 @@ or :
onStop: function() {
Alerts.clear();
}
``
```

# License
Copyright (c) 2013 [EtherPOS](http://www.etherpos.com/ "EtherPOS, LLC"). Released under an MIT license.
4 changes: 2 additions & 2 deletions smart.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An incredibly simple bootstrap 3 alert module.",
"homepage": "https://github.com/EtherPOS/simple-bootstrap3-alerts",
"author": "EtherPOS (http://www.etherpos.com)",
"version": "0.0.2",
"version": "0.0.3",
"git": "https://github.com/EtherPOS/simple-bootstrap3-alerts",
"packages": {}
}
}