You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, I was checking out this repo's package.json and I saw that there is this "testling" block with various browser versions for this package. This is a nodejs application for parsing command line arguments, there is no need to keep that section in there as far as I know.
I did some digging around in the git history and found that it was added to the original repo 10 years ago in this commit: 84c0370
Notice that the readme also contained a browser support badge, which was removed in 2020 by substack in this commit: 67d3722
It looks like the testling part was forgotten and accidentally left in there.
The text was updated successfully, but these errors were encountered:
In 6715df1 i removed browsers, since the testling service is dead. However, I still use the testling cli package, which requires the files key, so that remains.
Hi guys, I was checking out this repo's
package.json
and I saw that there is this "testling" block with various browser versions for this package. This is a nodejs application for parsing command line arguments, there is no need to keep that section in there as far as I know.I did some digging around in the git history and found that it was added to the original repo 10 years ago in this commit: 84c0370
Notice that the readme also contained a browser support badge, which was removed in 2020 by substack in this commit: 67d3722
It looks like the
testling
part was forgotten and accidentally left in there.The text was updated successfully, but these errors were encountered: