Skip to content

Commit

Permalink
Fix broken image, update deps. Fixes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed May 14, 2016
1 parent b6f3cf3 commit 6a5e404
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -42,7 +42,7 @@

---

![](http://farm3.staticflickr.com/2608/3801835477_b87502a888.jpg)
![](https://farm2.staticflickr.com/1499/26060479904_36ab911259_c.jpg)

---
</textarea>
Expand Down
2 changes: 1 addition & 1 deletion js/index.js
Expand Up @@ -10,7 +10,7 @@ var styles = {
};

// load JS support for CodeMirror
require('./markdown')(CodeMirror);
// require('./markdown')(CodeMirror);

var editor = CodeMirror.fromTextArea(document.getElementById('content'), {
mode: 'markdown',
Expand Down
16 changes: 9 additions & 7 deletions package.json
Expand Up @@ -11,19 +11,21 @@
"biggie": "cli.js"
},
"dependencies": {
"codemirror": "https://github.com/tmcw/CodeMirror/archive/module-export.tar.gz",
"codemirror": "5.14.0",
"concat-stream": "~1.5.1",
"handlebars": "4.0.5",
"marked": "~0.3.1",
"underscore": "~1.6.0",
"concat-stream": "~1.4.1",
"mustache": "~0.8.1",
"minimist": "0.0.8"
"minimist": "1.2.0",
"mustache": "~2.2.1",
"underscore": "~1.8.3"
},
"repository": "git@github.com:tmcw/biggie.git",
"author": "Tom MacWright <tom@macwright.org>",
"license": "BSD",
"devDependencies": {
"beefy": "~1.1.0",
"hbsfy": "~1.3.2"
"beefy": "~2.1.6",
"browserify": "13.0.1",
"hbsfy": "~2.7.0"
},
"browserify": {
"transform": [
Expand Down

0 comments on commit 6a5e404

Please sign in to comment.