Skip to content

Commit

Permalink
Build fix attempt autarc#1 and version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-deliu committed Feb 28, 2018
1 parent 2a1b259 commit 3339fa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-basic-htmltree",
"description": "React component for HTML structures based on a string, react component or DOM node",
"version": "0.0.1",
"version": "0.0.2",
"author": "Stefan Dühring | Autarc <autarc@gmail.com>",
"contributors": [
"Gabriel Deliu <dcgro@yahoo.com>"
Expand Down
6 changes: 3 additions & 3 deletions src/themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
const basicStyles = require('./index.styl')

const predefinedThemes = {
'chrome-devtools': require('./chrome-devtools.styl'),
'firefox-devtools.dark': require('./firefox-devtools.dark.styl'),
'firefox-devtools.light': require('./firefox-devtools.light.styl')
"chrome-devtools": require("./chrome-devtools.styl"),
"firefox-devtools.dark": require("./firefox-devtools.dark.styl"),
"firefox-devtools.light": require("./firefox-devtools.light.styl")
}

/**
Expand Down

0 comments on commit 3339fa2

Please sign in to comment.