fix: space in package.json mainInput field

Signed-off-by: Simon Bailey <simon@newtriks.com>
This commit is contained in:
Simon Bailey
2014-09-26 14:34:55 +01:00
parent 967706e942
commit a111b5bf5d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "generator-react-webpack",
"version": "0.1.0",
"version": "0.1.1",
"description": "Yeoman generator for ReactJS and Webpack",
"keywords": [
"yeoman-generator",
+1 -1
View File
@@ -7,7 +7,7 @@
"src": "src",
"test": "test",
"dist": "dist",
"mainInput": "<% if (reactRouter) { %>main<% } else { %><%= scriptAppName %> <% } %>",
"mainInput": "<% if (reactRouter) { %>main<% } else { %><%= scriptAppName %><% } %>",
"mainOutput": "main",
"dependencies": {<% if (reactRouter) { %>
"react-router": "^0.7.0",<% } %>