Skip to content

Commit

Permalink
fix deploy (#69)
Browse files Browse the repository at this point in the history
* fix deploy

* brfs fix

* pin choo to 6.9
  • Loading branch information
yoshuawuyts authored Sep 25, 2018
1 parent 8bb2705 commit 56c7592
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion components/format.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var Markdown = require('markdown-it')
var hljs = require('highlight.js/lib/highlight')
var raw = require('bel/raw')
var raw = require('choo/html/raw')
var md = Markdown({
html: true
})
Expand Down
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,32 @@
},
"browserify": {
"transform": [
"brfs",
"hypha/transform"
]
},
"dependencies": {
"choo": "^6.6.1",
"choo-devtools": "^2.3.3",
"choo": "6.9.0",
"choo-devtools": "^2.5.1",
"choo-log": "^7.2.1",
"dom-css": "^2.1.0",
"gr8": "^3.1.3",
"gr8": "^3.1.5",
"highlight.js": "^9.12.0",
"markdown-it": "^8.4.0",
"markdown-it": "^8.4.2",
"nanobeacon": "^1.0.0",
"nanocomponent": "^6.5.0",
"object-keys": "^1.0.11",
"nanocomponent": "^6.5.2",
"object-keys": "^1.0.12",
"object-values": "^1.0.0",
"raf": "^3.4.0",
"ress": "^1.2.2"
},
"devDependencies": {
"bankai": "^9.4.1",
"brfs": "^1.4.3",
"bankai": "^9.15.0",
"brfs": "^2.0.1",
"clean-css": "^3.4.23",
"concat-stream": "^1.6.0",
"concat-stream": "^1.6.2",
"from2-string": "^1.1.0",
"hyperstream": "^1.2.2",
"hypha": "^0.1.0",
"hypha": "^0.1.4",
"minify-html-stream": "^0.3.1",
"purify-css": "^1.1.9",
"standard": "^8.6.0"
Expand Down
4 changes: 2 additions & 2 deletions views/log.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var html = require('choo/html')
var raw = require('bel/raw')
var raw = require('choo/html/raw')

var format = require('../components/format')

Expand Down Expand Up @@ -27,4 +27,4 @@ function content () {
<div class="co3 c9 p1 markdown-body">
</div>
`
}
}
4 changes: 2 additions & 2 deletions views/styleguide.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var objectKeys = require('object-keys')
var html = require('choo/html')
var raw = require('bel/raw')
var raw = require('choo/html/raw')
var format = require('../components/format')
var options = require('../design/options')

Expand Down Expand Up @@ -127,4 +127,4 @@ function frame () {
------------------------------------
`)}</div>
`
}
}

0 comments on commit 56c7592

Please sign in to comment.