We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exports
1 parent 7351933 commit 1bcd08fCopy full SHA for 1bcd08f
package.json
@@ -2,6 +2,12 @@
2
"name": "jest-watch-typeahead",
3
"version": "0.6.5",
4
"main": "build/index.js",
5
+ "exports": {
6
+ ".": "./build/index.js",
7
+ "./filename": "./build/file_name_plugin/plugin.js",
8
+ "./testname": "./build/test_name_plugin/plugin.js",
9
+ "./package.json": "./package.json"
10
+ },
11
"author": "Rogelio Guzman <rogelioguzmanh@gmail.com>",
12
"description": "Jest plugin for filtering by filename or test name",
13
"license": "MIT",
0 commit comments