From 82b913127516e7f18f9673252b58e5685b64cfe8 Mon Sep 17 00:00:00 2001 From: Simon Bailey Date: Wed, 8 Jan 2014 12:31:57 +0000 Subject: [PATCH] Updated package.json for npm publish Signed-off-by: Simon Bailey --- package.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b8b2656..58e34d7 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,16 @@ { "name": "generator-react-webpack", - "version": "0.0.0", - "description": "A generator for Yeoman", + "version": "0.0.1", + "description": "Yeoman generator for ReactJS and Webpack", "keywords": [ - "yeoman-generator" + "yeoman-generator", + "reactjs", + "webpack", + "scaffold", + "framework", + "component", + "front-end", + "app" ], "homepage": "https://github.com/newtriks/generator-react-webpack", "bugs": "https://github.com/newtriks/generator-react-webpack/issues",