From 801bde04c5883f431b08290114b50c32a5fded92 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Sat, 14 May 2016 14:59:21 -0400 Subject: [PATCH] Added palceholder text for the brew title --- client/homebrew/navbar/editTitle.navitem.jsx | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/homebrew/navbar/editTitle.navitem.jsx b/client/homebrew/navbar/editTitle.navitem.jsx index 85a27fb88..2533bd6a6 100644 --- a/client/homebrew/navbar/editTitle.navitem.jsx +++ b/client/homebrew/navbar/editTitle.navitem.jsx @@ -20,7 +20,7 @@ var EditTitle = React.createClass({ }, render : function(){ return - +
= MAX_TITLE_LENGTH})}> {this.props.title.length}/{MAX_TITLE_LENGTH} diff --git a/package.json b/package.json index 06ea61374..6cfa71a9b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "naturalCrit", - "description": "A super rad project!", - "version": "1.4.1", + "name": "naturalcrit", + "description": "D&D Tools for the discerning DM", + "version": "2.0.0", "scripts": { "postinstall": "gulp prod", "start": "node server.js" }, - "author": "", + "author": "stolksdorf", "license": "BSD-2-Clause", "dependencies": { "app-module-path": "^1.0.4",