|
2 | 2 | "name": "@abraham/remotedata",
|
3 | 3 | "version": "1.0.0",
|
4 | 4 | "description": "Lightweight TypeScript RemoteData implementation",
|
5 |
| - "main": "dist/index.js", |
6 |
| - "module": "dist/index.js", |
7 |
| - "types": "dist/index.d.ts", |
| 5 | + "main": "./dist/index.js", |
| 6 | + "module": "./dist/index.js", |
| 7 | + "types": "./dist/index.d.ts", |
8 | 8 | "scripts": {
|
9 | 9 | "build": "tsc",
|
10 | 10 | "format": "prettier . --write",
|
|
35 | 35 | },
|
36 | 36 | "homepage": "https://github.com/abraham/remotedata#readme",
|
37 | 37 | "devDependencies": {
|
38 |
| - "pkg-ok": "^3.0.0-next.3", |
39 |
| - "@types/jest": "27.4.1", |
40 |
| - "@typescript-eslint/eslint-plugin": "5.13.0", |
41 |
| - "@typescript-eslint/parser": "5.13.0", |
42 |
| - "eslint": "8.10.0", |
43 |
| - "eslint-plugin-import": "2.25.4", |
44 |
| - "eslint-plugin-jest": "26.1.1", |
45 |
| - "jest": "27.5.1", |
| 38 | + "pkg-ok": "^3.0.0", |
| 39 | + "@types/jest": "^27.0.0", |
| 40 | + "@typescript-eslint/eslint-plugin": "^5.0.0", |
| 41 | + "@typescript-eslint/parser": "^5.0.0", |
| 42 | + "eslint": "^8.0.0", |
| 43 | + "eslint-plugin-import": "^2.0.0", |
| 44 | + "eslint-plugin-jest": "^26.0.0", |
| 45 | + "jest": "^27.0.0", |
46 | 46 | "prettier": "2.5.1",
|
47 |
| - "ts-jest": "27.1.3", |
48 |
| - "typescript": "4.6.2" |
| 47 | + "ts-jest": "^27.0.0", |
| 48 | + "typescript": "^4.0.0" |
49 | 49 | },
|
50 | 50 | "jest": {
|
51 | 51 | "collectCoverage": true,
|
|
0 commit comments