Skip to content

Commit abd62b4

Browse files
committed
1.0.4
1 parent 804abbd commit abd62b4

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

package.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
{
22
"name": "path-pattern",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A url matching lib to go with Realytics/react-router-magic",
55
"author": "Etienne Dldc <etienne.dldc@outlook.fr>",
66
"license": "MIT",
77
"main": "lib/index.js",
88
"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+
],
1018
"scripts": {
1119
"build": "NODE_ENV=production webpack lib/index.js",
1220
"build-stats": "NODE_ENV=production webpack lib/index.js --json > stats.json",
@@ -37,12 +45,20 @@
3745
"webpack": "^3.7.0"
3846
},
3947
"jest": {
40-
"moduleFileExtensions": ["ts", "tsx", "js"],
48+
"moduleFileExtensions": [
49+
"ts",
50+
"tsx",
51+
"js"
52+
],
4153
"transform": {
4254
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
4355
},
44-
"collectCoverageFrom": ["src/**/*"],
45-
"coveragePathIgnorePatterns": ["/src/.*\\.d\\.ts$"],
56+
"collectCoverageFrom": [
57+
"src/**/*"
58+
],
59+
"coveragePathIgnorePatterns": [
60+
"/src/.*\\.d\\.ts$"
61+
],
4662
"testRegex": "/test/.*\\.spec\\.(ts|tsx|js)$",
4763
"mapCoverage": true
4864
},

0 commit comments

Comments
 (0)