-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Django, remove yarn from travis CI
- Loading branch information
1 parent
2eb6df3
commit 20d7a78
Showing
6 changed files
with
12 additions
and
12 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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
__version__ = '1.0.1' | ||
__version__ = '1.0.2' | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "dispatch", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "The frontend framework for the Dispatch publishing platform.", | ||
"author": "Peter Siemens <[email protected]>", | ||
"homepage": "https://www.ubyssey.ca", | ||
|
@@ -83,8 +83,8 @@ | |
"url": "https://github.com/ubyssey/dispatch/issues" | ||
}, | ||
"scripts": { | ||
"setup": "yarn install --force", | ||
"start": "webpack --watch --config webpack.dev.config.js", | ||
"watch": "webpack --watch --config webpack.dev.config.js", | ||
"dev": "webpack --config webpack.dev.config.js", | ||
"build": "webpack -p --config webpack.config.js" | ||
} | ||
} |
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