Skip to content

Commit

Permalink
[meta] clean out unused testling keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 2, 2024
1 parent 4761d0b commit 6715df1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions package.json
Expand Up @@ -27,17 +27,7 @@
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"ff/5",
"firefox/latest",
"chrome/10",
"chrome/latest",
"safari/5.1",
"safari/latest",
"opera/12"
]
"files": "test/*.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6715df1

Please sign in to comment.