Skip to content

Commit

Permalink
Merge pull request thisissoon#5 from thisissoon/release/0.0.2
Browse files Browse the repository at this point in the history
Release: 0.0.2
  • Loading branch information
edoparearyee committed Nov 3, 2015
2 parents 93daa75 + 5b588a4 commit 7801e1b
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Changes in 0.0.2

* @edwardoparearyee: Fix: Error in docs (#4)

## Changes in 0.0.1

* @edwardoparearyee: First release
5 changes: 2 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ module.exports = function (grunt) {

concat: {
options: {
sourceMap: true,
sourceMap: false,
separator: ';',
banner: '/*! <%= pkg.name %> - v<%= pkg.version %> - ' +
'<%= grunt.template.today(\'yyyy-mm-dd\') %> */\n'
Expand All @@ -195,8 +195,7 @@ module.exports = function (grunt) {

uglify: {
options: {
sourceMap: true,
sourceMapIncludeSources: true,
sourceMap: false,
enclose: { window: 'window' },
banner: '/*! <%= pkg.name %> - v<%= pkg.version %> - ' +
'<%= grunt.template.today(\'yyyy-mm-dd\') %> */\n'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ nav.scrolling-down {
opacity: 0;
}
nav.scrolling-up {
opacity: 0;
opacity: 1;
}
```

Expand Down
125 changes: 125 additions & 0 deletions dist/angular-smart-nav.js

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

4 changes: 4 additions & 0 deletions dist/angular-smart-nav.min.js

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

0 comments on commit 7801e1b

Please sign in to comment.