From dc722733c58becc86298935728e3419d3963d370 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Thu, 10 May 2018 19:04:14 +0200 Subject: [PATCH] Remove testling --- package.json | 15 +-------------- readme.md | 5 ----- x-package.json5 | 13 ------------- 3 files changed, 1 insertion(+), 32 deletions(-) diff --git a/package.json b/package.json index 4616d61..ac7a61a 100644 --- a/package.json +++ b/package.json @@ -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" - ] } -} +} \ No newline at end of file diff --git a/readme.md b/readme.md index a6bbd84..c70bcca 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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 --------------- diff --git a/x-package.json5 b/x-package.json5 index e79af15..6ee89c1 100644 --- a/x-package.json5 +++ b/x-package.json5 @@ -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: {