We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e546721 commit 03132abCopy full SHA for 03132ab
.travis.yml
@@ -1,18 +1,12 @@
1
language: node_js
2
3
-matrix:
+jobs:
4
include:
5
- node_js: 10
6
- script:
7
- - yarn cover
8
- node_js: 11
9
10
11
- node_js: node
12
13
14
- node_js: lts/*
15
16
17
-
+script:
+ - yarn lint
+ - yarn cover
18
sudo: false
src/core/services/paginator.js
@@ -1,5 +1,5 @@
-import merge from 'lodash/merge';
import contentRange from 'content-range';
+import merge from 'lodash/merge';
export default class Paginator {
0 commit comments