Skip to content

Commit

Permalink
published to bower
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wilson committed Apr 27, 2013
1 parent 8f5c634 commit 4e3fd8e
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 10,700 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.3

* added conditional to click event preventDefault

# 0.3.2

* added preventDefault to click event
Expand Down
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.registerTask('default', 'lint min');

grunt.registerTask('default', ['jshint', 'uglify']);

}

10 changes: 10 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "ngUpload",
"version": "0.3.3",
"main": "ng-upload.js",
"ignore": [
"**/.*",
"node_modules",
"components"
]
}
13 changes: 0 additions & 13 deletions examples/aspnet.mvc/App_Start/FilterConfig.cs

This file was deleted.

29 changes: 0 additions & 29 deletions examples/aspnet.mvc/App_Start/RouteConfig.cs

This file was deleted.

19 changes: 0 additions & 19 deletions examples/aspnet.mvc/App_Start/WebApiConfig.cs

This file was deleted.

9 changes: 0 additions & 9 deletions examples/aspnet.mvc/Content/libs/css/bootstrap.min.css

This file was deleted.

Binary file not shown.
Binary file not shown.
161 changes: 0 additions & 161 deletions examples/aspnet.mvc/Content/libs/js/angular.min.js

This file was deleted.

Loading

0 comments on commit 4e3fd8e

Please sign in to comment.