|
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",
|
| 48 | +<<<<<<< HEAD |
48 | 49 | "@testing-library/dom": "^7.0.2",
|
| 50 | +======= |
| 51 | + "@testing-library/dom": "beta", |
| 52 | +>>>>>>> f99631a... chore: cleanup repo (#600) |
49 | 53 | "@types/testing-library__react": "^9.1.3"
|
50 | 54 | },
|
51 | 55 | "devDependencies": {
|
52 | 56 | "@reach/router": "^1.3.3",
|
53 | 57 | "@testing-library/jest-dom": "^5.1.1",
|
54 |
| - "cross-env": "^7.0.1", |
| 58 | + "cross-env": "^7.0.2", |
55 | 59 | "kcd-scripts": "^5.4.0",
|
56 | 60 | "npm-run-all": "^4.1.5",
|
57 | 61 | "react": "^16.9.0",
|
|
79 | 83 | ],
|
80 | 84 | "repository": {
|
81 | 85 | "type": "git",
|
82 |
| - "url": "https://github.com/testing-library/react-testing-library.git" |
| 86 | + "url": "https://github.com/testing-library/react-testing-library" |
83 | 87 | },
|
84 | 88 | "bugs": {
|
85 | 89 | "url": "https://github.com/testing-library/react-testing-library/issues"
|
|
0 commit comments