We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de29a11 commit c448834Copy full SHA for c448834
2 files changed
README.md
@@ -3,9 +3,6 @@
3
4
Returns a new _Array_ or _String_ after inserting and flatten `value` at `index`.
5
6
-[
7
-](https://ci.testling.com/grindcode/flat-insert)
8
-
9
## Get Started
10
```
11
npm install flat-insert
package.json
@@ -6,19 +6,6 @@
"scripts": {
"test": "tape test/*.js"
},
- "testling": {
- "files": "test/*.js",
- "browsers": [
12
- "ie/6..latest",
13
- "chrome/22..latest",
14
- "firefox/16..latest",
15
- "safari/latest",
16
- "opera/11.0..latest",
17
- "iphone/6",
18
- "ipad/6",
19
- "android-browser/latest"
20
- ]
21
- },
22
"repository": {
23
"type": "git",
24
"url": "git+https://github.com/grindcode/flat-insert.git"
0 commit comments