Skip to content

Commit 2f2c066

Browse files
committed
1.1.0
1 parent 3587dff commit 2f2c066

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.6",
3+
"version": "1.1.0",
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": "webpack lib/index.js",
1220
"build-stats": "NODE_ENV=production webpack lib/index.js --json > stats.json",
@@ -39,9 +47,17 @@
3947
"transform": {
4048
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
4149
},
42-
"moduleFileExtensions": ["ts", "tsx", "js"],
43-
"collectCoverageFrom": ["src/**/*"],
44-
"coveragePathIgnorePatterns": ["/src/.*\\.d\\.ts$"],
50+
"moduleFileExtensions": [
51+
"ts",
52+
"tsx",
53+
"js"
54+
],
55+
"collectCoverageFrom": [
56+
"src/**/*"
57+
],
58+
"coveragePathIgnorePatterns": [
59+
"/src/.*\\.d\\.ts$"
60+
],
4561
"testRegex": "/test/.*\\.spec\\.(ts|tsx|js)$",
4662
"mapCoverage": true
4763
},

0 commit comments

Comments
 (0)