Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix deploy #69

Merged
merged 3 commits into from
Sep 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
`
}
}