Skip to content

Commit

Permalink
Add ag-grid-enterprise w/ npm auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
JSkimming committed Jan 30, 2025
1 parent 783b3e8 commit eb0e702
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions packages/a/ag-grid-enterprise.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "ag-grid-enterprise",
"filename": "ag-grid-enterprise.min.js",
"description": "Advanced Framework Agnostic Javascript Datagrid.",
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-grid"
},
"keywords": [
"ag",
"ag-grid",
"ag-grid-enterprise",
"datagrid",
"data-grid",
"datatable",
"data-table",
"grid",
"table",
"react",
"angular",
"angular-component",
"react-component",
"angularjs",
"reactjs"
],
"license": "MIT",
"homepage": "http://www.ag-grid.com/",
"autoupdate": {
"source": "npm",
"target": "ag-grid-enterprise",
"fileMap": [
{
"basePath": "dist",
"files": [
"*.@(js|css)"
]
}
]
},
"optimization": {
"js": false
},
"authors": [
{
"name": "Niall Crosby",
"email": "Niall Crosby <niall.crosby@ag-grid.com>"
}
]
}

0 comments on commit eb0e702

Please sign in to comment.