diff --git a/README.md b/README.md index 00ac125..8b1e170 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ nvm install 6.2.0 npm install ``` +Now copy the config template and edit the file to update the values. + +```sh +cp polis.config.template.js polis.config.js +vim polis.config.js # update configuration +``` + ### Common Problems If you having troubles with npm dependencies try run the commands below: diff --git a/package.json b/package.json index d4f4193..b12fd0a 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "react-s-alert": "^1.3.0", "react-sidebar": "^2.0.0", "react-stripe-elements": "0.0.2", - "react-tap-event-plugin": "^0.2.1", + "react-tap-event-plugin": "^2.0.1", "redux": "^3.0.2", "redux-actions": "^0.9.0", "redux-devtools": "^2.1.5",