Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Commit dc72273

Browse files
committedMay 10, 2018
Remove testling
1 parent 70bc4f5 commit dc72273

File tree

3 files changed

+1
-32
lines changed

3 files changed

+1
-32
lines changed
 

‎package.json

+1-14
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,5 @@
3939
"setimmediate": "1.0.5",
4040
"simple-asyncify": "1.0.0",
4141
"tape": "4.9.0"
42-
},
43-
"testling": {
44-
"files": "test/source-map-resolve.js",
45-
"browsers": [
46-
"ie/8..latest",
47-
"chrome/latest",
48-
"firefox/latest",
49-
"opera/12",
50-
"opera/latest",
51-
"safari/5",
52-
"iphone/6",
53-
"android-browser/4"
54-
]
5542
}
56-
}
43+
}

‎readme.md

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
Overview [![Build Status](https://travis-ci.org/lydell/source-map-resolve.svg?branch=master)](https://travis-ci.org/lydell/source-map-resolve)
22
========
33

4-
[![browser support](https://ci.testling.com/lydell/source-map-resolve.png)](https://ci.testling.com/lydell/source-map-resolve)
5-
64
Resolve the source map and/or sources for a generated file.
75

86
```js
@@ -210,9 +208,6 @@ First off, run `npm install` to install testing modules and browser polyfills.
210208

211209
`npm test` lints the code and runs the test suite in Node.js.
212210

213-
To run the tests in a browser, run `testling` (`npm install -g testling`) or
214-
`testling -u`.
215-
216211
x-package.json5
217212
---------------
218213

‎x-package.json5

-13
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,6 @@
4141
"setimmediate": "1.0.5",
4242
"simple-asyncify": "1.0.0",
4343
"tape": "4.9.0"
44-
},
45-
testling: {
46-
files: "test/source-map-resolve.js",
47-
browsers: [
48-
"ie/8..latest",
49-
"chrome/latest",
50-
"firefox/latest",
51-
"opera/12",
52-
"opera/latest",
53-
"safari/5",
54-
"iphone/6",
55-
"android-browser/4"
56-
]
5744
}
5845
},
5946
component: {

0 commit comments

Comments
 (0)
This repository has been archived.