From f02760818d1e69bf7e12706774a6a6b9ac59a29a Mon Sep 17 00:00:00 2001 From: Kirill Konshin Date: Fri, 6 Mar 2020 11:54:27 -0800 Subject: [PATCH] Fix #103 --- packages/allure-cucumberjs/package.json | 1 + packages/allure-jasmine/package.json | 1 + packages/allure-jest/package.json | 1 + packages/allure-js-commons/package.json | 1 + packages/allure-mocha/package.json | 1 + 5 files changed, 5 insertions(+) diff --git a/packages/allure-cucumberjs/package.json b/packages/allure-cucumberjs/package.json index 74369fdfe..1300d208f 100644 --- a/packages/allure-cucumberjs/package.json +++ b/packages/allure-cucumberjs/package.json @@ -9,6 +9,7 @@ ], "repository": "https://github.com/allure-framework/allure-js", "main": "./dist/index.js", + "types": "./dist/types.d.ts", "scripts": { "clean": "rimraf ./dist ./out", "lint": "eslint ./src ./features ./index.ts --ext .ts", diff --git a/packages/allure-jasmine/package.json b/packages/allure-jasmine/package.json index 596bdd8fc..cda43bb4f 100644 --- a/packages/allure-jasmine/package.json +++ b/packages/allure-jasmine/package.json @@ -6,6 +6,7 @@ "author": "Ilya Korobitsyn ", "repository": "https://github.com/allure-framework/allure-js", "main": "./dist/index.js", + "types": "./dist/types.d.ts", "scripts": { "clean": "rimraf ./dist ./out", "lint": "eslint ./src ./test ./index.ts --ext .ts", diff --git a/packages/allure-jest/package.json b/packages/allure-jest/package.json index b114ef5a0..fb3ea95e9 100644 --- a/packages/allure-jest/package.json +++ b/packages/allure-jest/package.json @@ -7,6 +7,7 @@ "author": "Stanislav Seliverstov ", "repository": "https://github.com/allure-framework/allure-js", "main": "./dist/index.js", + "types": "./dist/types.d.ts", "scripts": { "clean": "rimraf ./dist ./out", "lint": "eslint ./test --ext .ts", diff --git a/packages/allure-js-commons/package.json b/packages/allure-js-commons/package.json index f4b35d83b..8c28a0710 100644 --- a/packages/allure-js-commons/package.json +++ b/packages/allure-js-commons/package.json @@ -6,6 +6,7 @@ "author": "Ilya Korobitsyn ", "repository": "https://github.com/allure-framework/allure-js", "main": "./dist/index.js", + "types": "./dist/types.d.ts", "scripts": { "clean": "rimraf ./dist", "lint": "eslint ./src ./index.ts --ext .ts", diff --git a/packages/allure-mocha/package.json b/packages/allure-mocha/package.json index 291c4cd8a..6fdd70c18 100644 --- a/packages/allure-mocha/package.json +++ b/packages/allure-mocha/package.json @@ -11,6 +11,7 @@ "allure" ], "main": "./dist/index.js", + "types": "./dist/types.d.ts", "scripts": { "clean": "rimraf ./dist ./out", "compile": "tsc",