|
1 | 1 | { |
2 | 2 | "name": "path-pattern", |
3 | | - "version": "1.1.0", |
| 3 | + "version": "0.0.0-development", |
4 | 4 | "description": "A url matching lib to go with Realytics/react-router-magic", |
5 | 5 | "author": "Etienne Dldc <etienne.dldc@outlook.fr>", |
6 | 6 | "license": "MIT", |
7 | 7 | "main": "lib/index.js", |
8 | 8 | "types": "lib/index.d.ts", |
9 | | - "keywords": ["path", "url", "routing", "pattern", "regexp", "matching", "router"], |
| 9 | + "keywords": [ |
| 10 | + "path", |
| 11 | + "url", |
| 12 | + "routing", |
| 13 | + "pattern", |
| 14 | + "regexp", |
| 15 | + "matching", |
| 16 | + "router" |
| 17 | + ], |
10 | 18 | "scripts": { |
11 | 19 | "build": "webpack lib/index.js", |
12 | 20 | "build-stats": "NODE_ENV=production webpack lib/index.js --json > stats.json", |
|
20 | 28 | }, |
21 | 29 | "repository": { |
22 | 30 | "type": "git", |
23 | | - "url": "git+ssh://git@github.com/Realytics/path-pattern.git" |
| 31 | + "url": "https://github.com/Realytics/path-pattern.git" |
24 | 32 | }, |
25 | 33 | "dependencies": { |
26 | 34 | "path-to-regexp": "^2.1.0" |
|
29 | 37 | "@types/jest": "22.1.0", |
30 | 38 | "cross-env": "^5.1.3", |
31 | 39 | "jest": "^22.1.4", |
| 40 | + "semantic-release": "^12.2.5", |
32 | 41 | "ts-jest": "^22.0.1", |
33 | 42 | "ts-loader": "^3.3.1", |
34 | 43 | "tslint": "^5.9.1", |
35 | 44 | "tslint-loader": "^3.5.3", |
36 | 45 | "typescript": "^2.6.2", |
37 | | - "webpack": "^3.10.0", |
38 | | - "semantic-release": "^12.2.5" |
| 46 | + "webpack": "^3.10.0" |
39 | 47 | }, |
40 | 48 | "jest": { |
41 | 49 | "transform": { |
42 | 50 | "^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js" |
43 | 51 | }, |
44 | | - "moduleFileExtensions": ["ts", "tsx", "js"], |
45 | | - "collectCoverageFrom": ["src/**/*"], |
46 | | - "coveragePathIgnorePatterns": ["/src/.*\\.d\\.ts$"], |
| 52 | + "moduleFileExtensions": [ |
| 53 | + "ts", |
| 54 | + "tsx", |
| 55 | + "js" |
| 56 | + ], |
| 57 | + "collectCoverageFrom": [ |
| 58 | + "src/**/*" |
| 59 | + ], |
| 60 | + "coveragePathIgnorePatterns": [ |
| 61 | + "/src/.*\\.d\\.ts$" |
| 62 | + ], |
47 | 63 | "testRegex": "/test/.*\\.spec\\.(ts|tsx|js)$", |
48 | 64 | "mapCoverage": true |
49 | 65 | }, |
|
0 commit comments