Skip to content

Commit

Permalink
add dist/index.d.ts to package.json (fixes #103, via #104)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-konshin authored Mar 6, 2020
1 parent c6f8bc7 commit da11e44
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/allure-cucumberjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions packages/allure-jasmine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "Ilya Korobitsyn <mail@korobochka.org>",
"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",
Expand Down
1 change: 1 addition & 0 deletions packages/allure-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"author": "Stanislav Seliverstov <s.seliverstov@gmail.com>",
"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",
Expand Down
1 change: 1 addition & 0 deletions packages/allure-js-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "Ilya Korobitsyn <mail@korobochka.org>",
"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",
Expand Down
1 change: 1 addition & 0 deletions packages/allure-mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"allure"
],
"main": "./dist/index.js",
"types": "./dist/types.d.ts",
"scripts": {
"clean": "rimraf ./dist ./out",
"compile": "tsc",
Expand Down

0 comments on commit da11e44

Please sign in to comment.