|
1 | 1 | { |
2 | | - "name": "@packula/router-path-extras", |
| 2 | + "name": "@snout/router-path-extras", |
3 | 3 | "version": "0.0.0", |
4 | | - "description": "Additional parameter types for Packula router path", |
5 | | - "repository": "packula/router-path-extras", |
6 | | - "bugs": "https://github.com/packula/router-path-extras/issues", |
7 | | - "homepage": "https://packula.dev", |
| 4 | + "description": "Additional parameter types for Snout router path", |
| 5 | + "repository": "snout-router/router-path-extras", |
| 6 | + "bugs": "https://github.com/snout-router/router-path-extras/issues", |
| 7 | + "homepage": "https://snout.dev", |
8 | 8 | "author": "Erin Millard <[email protected]>", |
9 | 9 | "license": "MIT", |
10 | 10 | "publishConfig": { |
|
24 | 24 | "prepare": "rollup --config rollup.config.js" |
25 | 25 | }, |
26 | 26 | "dependencies": { |
27 | | - "@packula/regexp": "^0.2.0" |
| 27 | + "@snout/regexp": "^0.2.1" |
28 | 28 | }, |
29 | 29 | "peerDependencies": { |
30 | | - "@packula/router-path": "^0.2.0" |
| 30 | + "@snout/router-path": "^0.2.2" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@packula/eslint-config": "^1.1.1", |
34 | | - "@packula/jest-config": "^1.0.1", |
35 | | - "@packula/rollup-config": "^1.1.1", |
36 | | - "@packula/router-path": "^0.2.0", |
37 | | - "@packula/tsconfig": "^1.0.2", |
| 33 | + "@snout/eslint-config": "^1.1.2", |
| 34 | + "@snout/jest-config": "^1.0.2", |
| 35 | + "@snout/rollup-config": "^1.1.2", |
| 36 | + "@snout/router-path": "^0.2.2", |
| 37 | + "@snout/tsconfig": "^1.0.3", |
38 | 38 | "@typescript-eslint/eslint-plugin": "^4.18.0", |
39 | 39 | "@typescript-eslint/parser": "^4.18.0", |
40 | 40 | "codecov": "^3.0.2", |
|
0 commit comments