remove testling since it seems to be abandoned and isn't functional
This commit is contained in:
parent
1232126883
commit
25d0031914
@ -190,8 +190,6 @@ To test 6to5 in your browser run:
|
||||
|
||||
$ make test-browser
|
||||
|
||||
[](https://ci.testling.com/sebmck/6to5)
|
||||
|
||||
## Modules
|
||||
|
||||
6to5 modules compile straight to CommonJS, because of this various liberties are
|
||||
|
||||
18
package.json
18
package.json
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user