From a03d0297119ce70e7b8327db3ab154d4a8d31247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Veyret?= Date: Mon, 7 May 2018 10:18:06 +0200 Subject: [PATCH] v1.1.0 --- package.json | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 4d695ce..cf3c39d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intl-ts", - "version": "1.0.0", + "version": "1.1.0", "description": "Internationalization library for TypeScript", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -11,17 +11,25 @@ "scripts": { "prepublishOnly": "npm run build && npm run test", "build": "npm run clean && npm run tsc", - "test": - "nyc mocha --require ts-node/register --require source-map-support/register 'src/**/*.spec.ts'", + "test": "nyc mocha --require ts-node/register --require source-map-support/register 'src/**/*.spec.ts'", "tsc": "tsc", "lint": "tslint src/**/*.ts", "clean": "rimraf dist" }, "nyc": { - "extension": [".ts"], - "include": ["src/**"], - "exclude": ["**/*.spec.ts"], - "reporter": ["lcov", "text"], + "extension": [ + ".ts" + ], + "include": [ + "src/**" + ], + "exclude": [ + "**/*.spec.ts" + ], + "reporter": [ + "lcov", + "text" + ], "all": true }, "keywords": [