Skip to content

Commit

Permalink
Fix #1 Broken package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JofArnold committed Feb 18, 2018
1 parent f4c62ca commit 65fd36c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"react-transition-group": "^2.2.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"shared-lib": "file:../shared-lib",
"webpack-dev-server": "^2.9.7",
"window-or-global": "^1.0.1"
},
Expand Down Expand Up @@ -122,4 +121,7 @@
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"
],
"moduleNameMapper": {
"^@project/(.+)": "<rootDir>/src/shared/$
"^@project/(.+)": "<rootDir>/src/shared/$"
}
}
}

0 comments on commit 65fd36c

Please sign in to comment.