Skip to content

Commit 6ebba92

Browse files
committed
misc: prepare for publish
1 parent 16e0c59 commit 6ebba92

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ coverage/
22
.nyc_output/
33
test/
44

5+
yarn.lock

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pptr-testing-library",
33
"version": "0.0.0-development",
44
"description": "puppeteer + dom-testing-library",
5-
"main": "./lib/index.js",
5+
"main": "./dist/index.js",
66
"scripts": {
77
"test": "npm run test:lint && npm run test:unit",
88
"test:unit": "jest",
@@ -25,6 +25,12 @@
2525
"bugs": {
2626
"url": "https://github.com/patrickhulce/pptr-testing-library/issues"
2727
},
28+
"keywords": [
29+
"puppeteer",
30+
"dom-testing-library",
31+
"testing",
32+
"utility"
33+
],
2834
"config": {
2935
"exportAliases": {
3036
"extend": "./dist/extend"

0 commit comments

Comments
 (0)