Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cap32 committed Apr 18, 2018
1 parent defe473 commit b2d1f9f
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-mobx",
"version": "1.2.1",
"version": "1.2.2",
"description": "when react-router meets mobx: observable router and location",
"repository": "Cap32/react-router-mobx",
"scripts": {
Expand All @@ -18,7 +18,13 @@
"build": "run-p build:*",
"preversion": "yarn test && yarn run build"
},
"files": ["README.md", "LICENSE.md", "lib", "es", "dist"],
"files": [
"README.md",
"LICENSE.md",
"lib",
"es",
"dist"
],
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
Expand Down Expand Up @@ -76,7 +82,12 @@
"webpack": "^3.1.0"
},
"jest": {
"collectCoverageFrom": ["src/**/*.js"],
"modulePathIgnorePatterns": ["node_modules", "lib"]
"collectCoverageFrom": [
"src/**/*.js"
],
"modulePathIgnorePatterns": [
"node_modules",
"lib"
]
}
}

0 comments on commit b2d1f9f

Please sign in to comment.