0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-08 07:48:40 +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
-6
View File
@@ -1,6 +0,0 @@
{
"presets": [
"react",
"latest"
]
}
@@ -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');
+1 -1
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",
+1 -1
View File
File diff suppressed because one or more lines are too long
+2
View File
@@ -36,6 +36,8 @@ const getGoodBrewTitle = (text) => {
router.post('/api', (req, res)=>{
let authors = [];