Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Sep 13, 2016
1 parent e8df5ea commit d92a06f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .bithoundrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@
"grunt-cli",
"grunt-concurrent",
"grunt-contrib-clean",
"grunt-contrib-csslint",
"grunt-contrib-jshint",
"grunt-coveralls",
"grunt-eslint",
"grunt-force-task",
"grunt-gitdown",
"grunt-htmllint",
"grunt-jsbeautifier",
"grunt-jscs",
"grunt-jsdoc-to-markdown",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2016-09-12 | v1.0.11 | Maintenance |
| 2016-09-13 | v1.0.12 | Maintenance |
| 2016-09-10 | v1.0.6 | Default to website favicon.ico if icon not provided in options |
| 2016-09-07 | v1.0.4 | Callback is now optional |
| 2016-09-07 | v1.0.3 | Maintenance |
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-web-notification",
"version": "1.0.11",
"version": "1.0.12",
"description": "AngularJS service for displaying web notifications.",
"authors": [
"Sagie Gur-Ari <sagiegurari@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2016-09-12 | v1.0.11 | Maintenance |
| 2016-09-13 | v1.0.12 | Maintenance |
| 2016-09-10 | v1.0.6 | Default to website favicon.ico if icon not provided in options |
| 2016-09-07 | v1.0.4 | Callback is now optional |
| 2016-09-07 | v1.0.3 | Maintenance |
Expand Down
7 changes: 4 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html data-ng-app="exampleApp">

<head>
Expand All @@ -8,15 +9,15 @@
<script type="text/javascript" src="https://rawgit.com/sagiegurari/angular-web-notification/master/angular-web-notification.js"></script>
<script type="text/javascript" src="example/example.js"></script>

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="example/example.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>
<link href="example/example.css" rel="stylesheet"/>
</head>

<body>
<form class="notification-form" ng-controller="exampleForm">
<div class="form-group">
<label for="title">Title</label>
<input type="text" class="form-control" id="title" placeholder="Notification Title" ng-model="title">
<input type="text" class="form-control" id="title" placeholder="Notification Title" ng-model="title"/>
</div>
<div class="form-group">
<label for="message">Notification Text</label>
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-web-notification",
"version": "1.0.11",
"version": "1.0.12",
"description": "AngularJS service for displaying web notifications.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down Expand Up @@ -42,11 +42,13 @@
"grunt-cli": "latest",
"grunt-concurrent": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-csslint": "latest",
"grunt-contrib-jshint": "latest",
"grunt-coveralls": "latest",
"grunt-eslint": "latest",
"grunt-force-task": "latest",
"grunt-gitdown": "latest",
"grunt-htmllint": "latest",
"grunt-jsbeautifier": "latest",
"grunt-jscs": "latest",
"grunt-jsdoc-to-markdown": "latest",
Expand Down

0 comments on commit d92a06f

Please sign in to comment.