Skip to content

Commit 081741a

Browse files
author
Rachel Artiss
committed
Use new DigElement import dependencies (DIG-1013).
1 parent 3889675 commit 081741a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elastic-client-aggregation-builder",
33
"description": "A Polymer Element which builds an elasticjs aggregation based on the set attributes.",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"authors": ["Next Century Corporation"],
66
"license": "Apache-2.0",
77
"keywords": [
@@ -18,7 +18,7 @@
1818
],
1919
"dependencies": {
2020
"polymer": "Polymer/polymer#^1.7.0",
21-
"elastic.js": "DigElements/elastic.js#6639a1030eb071fb762bcdd742fdbf037fb57b24"
21+
"elasticjs-import": "DigElements/elasticjs-import#~1.0.0"
2222
},
2323
"devDependencies": {
2424
"iron-component-page": "PolymerElements/iron-component-page#^1.1.7",

elastic-client-aggregation-builder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-->
1616

1717
<link rel="import" href="../polymer/polymer.html">
18-
<script src="../elastic.js/dist/elastic.js"></script>
18+
<link rel="import" href="../elasticjs-import/elasticjs.html">
1919

2020
<!--
2121
A Polymer Element which builds an elasticjs aggregation based on the set attributes.

0 commit comments

Comments
 (0)