cdnjs / packages

📦 Package configurations - The #1 free and open source CDN built to make life easier for developers.
https://cdnjs.com
MIT License
360 stars 335 forks source link

Update: ag-grid 26+ #1636

Open seanlandsman opened 10 months ago

seanlandsman commented 10 months ago

Library name

ag-grid

Library JSON file

https://github.com/cdnjs/cdnjs/blob/master/ajax/libs/ag-grid/package.json

Library source

https://github.com/ag-grid/ag-grid

Files to include

dist/*

seanlandsman commented 10 months ago

The package.json update could probably do with an update - if necessary can you please let me know how I go about submitting an update for it?

thanks

MattIPv4 commented 10 months ago

👀 The file you'll want to update is https://github.com/cdnjs/packages/blob/master/packages/a/ag-grid.json -- it looks like this is currently set to pull from a dist folder in a GitHub repo, but looking at recently tagged versions, that folder no longer exists. I suspect you'll (or I can if you don't want to) update that to pull from the NPM package for the library instead?

seanlandsman commented 10 months ago

Hi

I completely missed that - thanks.

I'm happy to submit the required change if you can point me in the right direction please - is there a readme or similar that I can follow to get this updated?

thanks

MattIPv4 commented 10 months ago

The CONTRIBUTING.md file in this repository contains information on how to configure auto-update :)

seanlandsman commented 10 months ago

PR submitted (https://github.com/cdnjs/packages/pull/1664) - thanks for your help