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

Commit

Permalink
Remove testling
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed May 10, 2018
1 parent 70bc4f5 commit dc72273
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
15 changes: 1 addition & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,5 @@
"setimmediate": "1.0.5",
"simple-asyncify": "1.0.0",
"tape": "4.9.0"
},
"testling": {
"files": "test/source-map-resolve.js",
"browsers": [
"ie/8..latest",
"chrome/latest",
"firefox/latest",
"opera/12",
"opera/latest",
"safari/5",
"iphone/6",
"android-browser/4"
]
}
}
}
5 changes: 0 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Overview [![Build Status](https://travis-ci.org/lydell/source-map-resolve.svg?branch=master)](https://travis-ci.org/lydell/source-map-resolve)
========

[![browser support](https://ci.testling.com/lydell/source-map-resolve.png)](https://ci.testling.com/lydell/source-map-resolve)

Resolve the source map and/or sources for a generated file.

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

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

To run the tests in a browser, run `testling` (`npm install -g testling`) or
`testling -u`.

x-package.json5
---------------

Expand Down
13 changes: 0 additions & 13 deletions x-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,6 @@
"setimmediate": "1.0.5",
"simple-asyncify": "1.0.0",
"tape": "4.9.0"
},
testling: {
files: "test/source-map-resolve.js",
browsers: [
"ie/8..latest",
"chrome/latest",
"firefox/latest",
"opera/12",
"opera/latest",
"safari/5",
"iphone/6",
"android-browser/4"
]
}
},
component: {
Expand Down

0 comments on commit dc72273

Please sign in to comment.