skaleb-simple-paginator
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "skaleb-simple-paginator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Simple client side pagination", | ||
@@ -8,3 +8,4 @@ "main": "index.ts", | ||
"build": "tsc", | ||
"test": "nyc --reporter=lcov mocha", | ||
"test": "mocha", | ||
"coverage": "nyc --reporter=lcov mocha", | ||
"lint": "tslint -c tslint.json --project tsconfig.json 'src/**/*.ts'" | ||
@@ -20,3 +21,6 @@ }, | ||
"Side", | ||
"Simple" | ||
"Simple", | ||
"Arrays", | ||
"Dataset", | ||
"Pages" | ||
], | ||
@@ -33,11 +37,10 @@ "author": "Alex Pickering", | ||
"@types/node": "11.9.5", | ||
"nyc": "14.1.1", | ||
"chai": "4.2.0", | ||
"codecov": "^3.6.1", | ||
"mocha": "^6.2.2", | ||
"nyc": "14.1.1", | ||
"ts-node": "8.0.2", | ||
"tslint": "^5.20.0", | ||
"tslint-config-standard": "^8.0.1", | ||
"typescript": "3.3.3333" | ||
"typescript": "3.3.3333", | ||
"tslint-config-standard": "^8.0.1" | ||
} | ||
} |
@@ -5,2 +5,3 @@ { | ||
"sourceMap": true, | ||
"resolveJsonModule": true, | ||
"lib": [ | ||
@@ -7,0 +8,0 @@ "es2018" |
{ | ||
"extends": "tslint-config-standard" | ||
"extends": "tslint-config-standard", | ||
"rules": { | ||
"space-before-function-paren": false | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
21277
10
472