Skip to content

Commit

Permalink
Added download files and bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
enyo committed May 26, 2014
1 parent 7e6a781 commit 5406255
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 12 deletions.
7 changes: 5 additions & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ module.exports = (grunt) ->
stylus:
options:
compress: false
default:
basic:
files: [
"downloads/css/basic.css": "downloads/css/stylus/basic.styl"
]
dropzone:
files: [
"downloads/css/dropzone.css": "downloads/css/stylus/dropzone.styl"
]

Expand All @@ -24,7 +27,7 @@ module.exports = (grunt) ->
componentbuild:
options:
standalone: "Dropzone"

app:
# output: "build/"
name: "build"
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dropzone",
"location": "enyo/dropzone",
"version": "3.10.1",
"version": "3.10.2",
"description": "Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars.",
"homepage": "http://www.dropzonejs.com",
"main": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dropzone",
"repo": "enyo/dropzone",
"version": "3.10.1",
"version": "3.10.2",
"description": "Handles drag and drop of files for you.",
"scripts": [ "index.js", "lib/dropzone.js" ],
"styles": [ "downloads/css/basic.css" ],
Expand Down
2 changes: 1 addition & 1 deletion downloads/dropzone-amd-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ Emitter.prototype.hasListeners = function(event){

})(Em);

Dropzone.version = "3.10.1";
Dropzone.version = "3.10.2";

Dropzone.options = {};

Expand Down
2 changes: 1 addition & 1 deletion downloads/dropzone-amd-module.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion downloads/dropzone.js
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ require.register("dropzone/lib/dropzone.js", function (exports, module) {

})(Em);

Dropzone.version = "3.10.1";
Dropzone.version = "3.10.2";

Dropzone.options = {};

Expand Down
2 changes: 1 addition & 1 deletion downloads/dropzone.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/dropzone.js
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@

})(Em);

Dropzone.version = "3.10.1";
Dropzone.version = "3.10.2";

Dropzone.options = {};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dropzone",
"version": "3.10.1",
"version": "3.10.2",
"description": "Handles drag and drop of files for you.",
"keywords": [
"dragndrop",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img alt="Dropzone.js" src="http://www.dropzonejs.com/images/logo.png" />
</h1>

*Version 3.10.1*
*Version 3.10.2*

![Build status](https://travis-ci.org/enyo/dropzone.png?branch=master)

Expand Down
2 changes: 1 addition & 1 deletion src/dropzone.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ class Dropzone extends Em



Dropzone.version = "3.10.1"
Dropzone.version = "3.10.2"


# This is a map of options for your different dropzones. Add configurations
Expand Down

0 comments on commit 5406255

Please sign in to comment.