1
0
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:
Scott Tolksdorf
2016-12-27 13:12:21 -05:00
parent 95aa803c61
commit 8abf6abf99
5 changed files with 5 additions and 8 deletions

View File

@@ -1,6 +0,0 @@
{
"presets": [
"react",
"latest"
]
}

View File

@@ -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');

View File

@@ -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

View File

@@ -36,6 +36,8 @@ const getGoodBrewTitle = (text) => {
router.post('/api', (req, res)=>{
let authors = [];