remove testling since it seems to be abandoned and isn't functional

This commit is contained in:
Sebastian McKenzie 2014-10-09 17:10:21 +11:00
parent 1232126883
commit 25d0031914
2 changed files with 0 additions and 20 deletions

View File

@ -190,8 +190,6 @@ To test 6to5 in your browser run:
$ make test-browser
[![Testling](https://ci.testling.com/sebmck/6to5.png)](https://ci.testling.com/sebmck/6to5)
## Modules
6to5 modules compile straight to CommonJS, because of this various liberties are

View File

@ -36,24 +36,6 @@
"bench": "make bench",
"test": "make test"
},
"testling": {
"harness": "mocha-tdd",
"preprocess": "make test-browser",
"files": [
"test/_blank.js"
],
"scripts": [
"node_modules/proclaim/lib/proclaim.js",
"node_modules/lodash/lodash.js",
"dist/6to5.js",
"dist/6to5-test.js"
],
"browsers": [
"ie/8..latest",
"chrome/latest",
"firefox/latest"
]
},
"dependencies": {
"ast-types": "0.5.0",
"commander": "2.3.0",