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

Commit cd4aebd

Browse files
committed
v0.2.0
1 parent 8182811 commit cd4aebd

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

Gruntfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ module.exports = function(grunt) {
140140
},
141141
dist: {
142142
src: ['<%= yo.src %>/<%= pkg.name %>.js'],
143-
dest: '<%= yo.dist %>/angular-<%= pkg.name %>.js'
143+
dest: '<%= yo.dist %>/<%= pkg.name %>.js'
144144
}
145145
// dist: {
146146
// files: {
@@ -155,7 +155,7 @@ module.exports = function(grunt) {
155155
},
156156
dist: {
157157
src: ['<%= yo.src %>/<%= pkg.name %>.js'],
158-
dest: '<%= yo.dist %>/angular-<%= pkg.name %>.js'
158+
dest: '<%= yo.dist %>/<%= pkg.name %>.js'
159159
}
160160
},
161161
uglify: {
@@ -164,7 +164,7 @@ module.exports = function(grunt) {
164164
},
165165
dist: {
166166
src: '<%= concat.dist.dest %>',
167-
dest: '<%= yo.dist %>/angular-<%= pkg.name %>.min.js'
167+
dest: '<%= yo.dist %>/<%= pkg.name %>.min.js'
168168
}
169169
}
170170
});

dist/angular-bootstrap-affix.js

Whitespace-only changes.

dist/angular-bootstrap-affix.min.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* angular-bootstrap-affix
3+
* @version v0.2.0 - 2013-07-11
4+
* @link https://github.com/mgcrea/bootstrap-affix
5+
* @author Olivier Louvignes <olivier@mg-crea.com>
6+
* @license MIT License, http://www.opensource.org/licenses/MIT
7+
*/

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"type": "MIT"
2222
}
2323
],
24-
""
2524
"devDependencies": {
2625
"grunt": "~0.4.1",
2726
"grunt-contrib-jshint": "~0.3.0",
File renamed without changes.

0 commit comments

Comments
 (0)