Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ade Yahya committed Oct 2, 2017
1 parent af1dfef commit 7635796
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions template.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ var template = (() => {
var getIndex = (componentName, privateRep) => {
privateRep = privateRep || options.privateRep
return `{
"name": "${componentName}",
"version": "0.0.0",
"private": ${privateRep},
"main": "./${componentName}.js"
}`
"name": "${componentName}",
"version": "0.0.0",
"private": ${privateRep},
"main": "./${componentName}.js"
}`
}

var getReact = (componentName, style, cssModules) => {
Expand Down

0 comments on commit 7635796

Please sign in to comment.