Browse Source

package.json: remove testling field

testling doesn’t work anymore
master
Feross Aboukhadijeh 9 years ago
parent
commit
22aef3441e
  1. 12
      package.json

12
package.json

@ -11,18 +11,6 @@
"scripts": { "scripts": {
"test": "standard && tape test/*.js" "test": "standard && tape test/*.js"
}, },
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"chrome/4..latest",
"firefox/3..latest",
"safari/5.1..latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6"
]
},
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4"
}, },

Loading…
Cancel
Save