From a38a71dfa58aa986a0b42f800e01607b295dbc18 Mon Sep 17 00:00:00 2001 From: Henry Ing-Simmons Date: Mon, 19 Mar 2018 12:42:42 +0000 Subject: [PATCH] 1.0.1 --- package.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 89eba6c..2b60c12 100644 --- a/package.json +++ b/package.json @@ -1,24 +1,24 @@ { - "name": "pagination-calculator", - "version": "1.0.0", - "description": "Utility for calculating pages for pagination", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "scripts": { - "build": "tsc -p ./tsconfig.json --outDir dist", - "build:test": "tsc -p ./tsconfig.test.json", - "test": "npm run build:test && alsatian \"./test/**/*.test.js\"", - "lint": "tslint -c tslint.json \"./{src,test}/**/*.{ts,tsx}\"", - "review": "npm run lint && npm run test" - }, - "keywords": [ - "pagination" - ], - "author": "Henry Ing-Simmons (https://github.com/hisuwh)", - "license": "MIT", - "devDependencies": { - "alsatian": "2.1.0", - "tslint": "^5.1.0", - "typescript": "^2.2.2" - } + "name": "pagination-calculator", + "version": "1.0.1", + "description": "Utility for calculating pages for pagination", + "main": "dist/index.js", + "types": "dist/index.d.ts", + "scripts": { + "build": "tsc -p ./tsconfig.json --outDir dist", + "build:test": "tsc -p ./tsconfig.test.json", + "test": "npm run build:test && alsatian \"./test/**/*.test.js\"", + "lint": "tslint -c tslint.json \"./{src,test}/**/*.{ts,tsx}\"", + "review": "npm run lint && npm run test" + }, + "keywords": [ + "pagination" + ], + "author": "Henry Ing-Simmons (https://github.com/hisuwh)", + "license": "MIT", + "devDependencies": { + "alsatian": "2.1.0", + "tslint": "^5.1.0", + "typescript": "^2.2.2" + } }