ag-grid-polymer
Advanced tools
Comparing version 25.0.0 to 25.1.0
{ | ||
"name": "ag-grid-polymer", | ||
"version": "25.0.0", | ||
"description": "ag-Grid Polymer 3 Web Component", | ||
"version": "25.1.0", | ||
"description": "AG Grid Polymer 3 Web Component", | ||
"main": "index.js", | ||
@@ -26,3 +26,3 @@ "scripts": { | ||
"peerDependencies": { | ||
"ag-grid-community": "~25.0.0", | ||
"ag-grid-community": "~25.1.0", | ||
"@polymer/polymer": "^3.0.0" | ||
@@ -36,4 +36,4 @@ }, | ||
"gulp-replace": "^1.0.0", | ||
"@ag-grid-community/polymer": "~25.0.0" | ||
"@ag-grid-community/polymer": "~25.1.0" | ||
} | ||
} |
@@ -1,6 +0,6 @@ | ||
# ag-Grid Polymer 3 Component | ||
# AG Grid Polymer 3 Component | ||
This project contains the ag-Grid Polymer Component | ||
This project contains the AG Grid Polymer Component | ||
See the [www.ag-grid.com](http://www.ag-grid.com) for an overview and full documentation. | ||
@@ -12,3 +12,3 @@ import BaseGuiComponent from './BaseFrameworkComponent' | ||
if (mandatory) { | ||
console.warn('ag-Grid: Polymer Element is missing the method ' + methodName + '()'); | ||
console.warn('AG Grid: Polymer Element is missing the method ' + methodName + '()'); | ||
} | ||
@@ -15,0 +15,0 @@ return null; |