This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update repository url * Update Winter Season beginning * Remove flow type checking from prepush git hook flow-typed directory is not commited to the repository and updated definitions caused a bunch of errors that I won't fix now
- Loading branch information
Showing
3 changed files
with
23 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,10 @@ | |
"lint": "eslint ./src", | ||
"start": "webpack-dashboard -c cyan -- node -r babel-register node_modules/.bin/webpack-dev-server --port=5000 --config=config/webpack/development.js", | ||
"test": "jest", | ||
"prepush": "yarn lint && yarn flow && yarn test" | ||
"prepush": "yarn lint && yarn test" | ||
}, | ||
"repository": { | ||
"url": "git+https://github.com/nordsoftware/outdoors-sports-map.git", | ||
"url": "git+https://github.com/digiaonline/outdoors-sports-map.git", | ||
"type": "git" | ||
}, | ||
"author": "Christoffer Niska <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters