mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-13 09:05:56 +00:00
Updating pico-flux and vitreum to latest
This commit is contained in:
@@ -3,6 +3,7 @@ const _ = require('lodash');
|
||||
const cx = require('classnames');
|
||||
const request = require("superagent");
|
||||
|
||||
|
||||
const Nav = require('naturalcrit/nav/nav.jsx');
|
||||
const Navbar = require('../../navbar/navbar.jsx');
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"moment": "^2.11.0",
|
||||
"mongoose": "^4.3.3",
|
||||
"nconf": "^0.8.4",
|
||||
"pico-flux": "^2.0.0",
|
||||
"pico-flux": "^2.1.2",
|
||||
"pico-router": "^1.1.0",
|
||||
"react": "^15.4.1",
|
||||
"react-dom": "^15.4.1",
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -36,6 +36,8 @@ const getGoodBrewTitle = (text) => {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
router.post('/api', (req, res)=>{
|
||||
|
||||
let authors = [];
|
||||
|
||||
Reference in New Issue
Block a user