|
5 | 5 | "main": "dist/index.js",
|
6 | 6 | "module": "dist/@testing-library/react.esm.js",
|
7 | 7 | "engines": {
|
8 |
| - "node": ">=10" |
| 8 | + "node": ">=10.18" |
9 | 9 | },
|
10 | 10 | "scripts": {
|
11 | 11 | "prebuild": "rimraf dist",
|
12 | 12 | "build": "npm-run-all --parallel build:main build:bundle:main build:bundle:pure",
|
13 |
| - "build:main": "kcd-scripts build --no-clean", |
14 | 13 | "build:bundle:main": "kcd-scripts build --bundle --no-clean",
|
15 | 14 | "build:bundle:pure": "cross-env BUILD_FILENAME_SUFFIX=.pure BUILD_INPUT=src/pure.js kcd-scripts build --bundle --no-clean",
|
| 15 | + "build:main": "kcd-scripts build --no-clean", |
16 | 16 | "lint": "kcd-scripts lint",
|
| 17 | + "setup": "npm install && npm run validate -s", |
17 | 18 | "test": "kcd-scripts test",
|
18 | 19 | "test:update": "npm test -- --updateSnapshot --coverage",
|
19 |
| - "validate": "kcd-scripts validate", |
20 |
| - "setup": "npm install && npm run validate -s" |
| 20 | + "validate": "kcd-scripts validate" |
21 | 21 | },
|
22 | 22 | "husky": {
|
23 | 23 | "hooks": {
|
|
41 | 41 | "end-to-end",
|
42 | 42 | "e2e"
|
43 | 43 | ],
|
44 |
| - "author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)", |
| 44 | + "author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)", |
45 | 45 | "license": "MIT",
|
46 | 46 | "dependencies": {
|
47 | 47 | "@babel/runtime": "^7.8.7",
|
|
51 | 51 | "devDependencies": {
|
52 | 52 | "@reach/router": "^1.3.3",
|
53 | 53 | "@testing-library/jest-dom": "^5.1.1",
|
54 |
| - "cross-env": "^7.0.1", |
| 54 | + "cross-env": "^7.0.2", |
55 | 55 | "kcd-scripts": "^5.4.0",
|
56 | 56 | "npm-run-all": "^4.1.5",
|
57 | 57 | "react": "^16.9.0",
|
|
79 | 79 | ],
|
80 | 80 | "repository": {
|
81 | 81 | "type": "git",
|
82 |
| - "url": "https://github.com/testing-library/react-testing-library.git" |
| 82 | + "url": "https://github.com/testing-library/react-testing-library" |
83 | 83 | },
|
84 | 84 | "bugs": {
|
85 | 85 | "url": "https://github.com/testing-library/react-testing-library/issues"
|
|
0 commit comments