forked from dncrews/angular-elastic-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix dncrews#7: date format parsed from query to builder
- Loading branch information
Showing
13 changed files
with
235 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
{ | ||
"name": "angular-elastic-builder", | ||
"version": "1.5.1", | ||
"description": "Angular Module for building an Elasticsearch Query", | ||
"homepage": "https://github.com/dncrews/angular-elastic-builder", | ||
"authors": [ | ||
"Dan Crews <[email protected]>" | ||
{ "name": "Dan Crews", "email": "[email protected]" }, | ||
{ "name": "Olivier Guennec", "email": "[email protected]" } | ||
], | ||
"description": "Angular Module for building an Elasticsearch Query", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dncrews/angular-elastic-builder.git" | ||
}, | ||
"main": "dist/angular-elastic-builder.js", | ||
"keywords": [ | ||
"elasticsearch", | ||
|
@@ -17,5 +23,12 @@ | |
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
], | ||
"devDependencies": { | ||
"angular-moment": "^0.10.3", | ||
"angular-recursion": "^1.0.5", | ||
"angular-ui-bootstrap": "^1.3.3", | ||
"express": "^4.13.4", | ||
"moment": "^2.13.0" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
{ | ||
"name": "angular-elastic-builder", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Angular Module for building an Elasticsearch Query", | ||
"author": "Dan Crews <[email protected]>", | ||
"contributors": [{ | ||
"name": "Olivier Guennec", | ||
"email": "[email protected]" | ||
}], | ||
"license": "MIT", | ||
"keywords": [ | ||
"angular", | ||
|
@@ -13,6 +17,7 @@ | |
"url": "https://github.com/dncrews/angular-elastic-builder.git" | ||
}, | ||
"devDependencies": { | ||
"angular-moment": "^0.10.3", | ||
"angular-recursion": "^1.0.5", | ||
"angular-ui-bootstrap": "^1.2.5", | ||
"del": "^1.2.1", | ||
|
@@ -24,7 +29,8 @@ | |
"gulp-eslint": "^2.0.0", | ||
"gulp-header": "^1.2.2", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-uglifyjs": "^0.6.1" | ||
"gulp-uglifyjs": "^0.6.1", | ||
"moment": "^2.13.0" | ||
}, | ||
"scripts": { | ||
"example": "node examples", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.