Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiang Shang committed Aug 23, 2015
1 parent f67d83a commit 8602da3
Show file tree
Hide file tree
Showing 7 changed files with 14,047 additions and 1,275 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
npm-debug.log
/dist/
6 changes: 3 additions & 3 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "hyperdown",
"version": "0.0.1",
"version": "0.0.2",
"repo": "segmentfault/hyperdown.js",
"description": "A markdown parser",
"keywords": ["markdown", "hyperdown", "html"],
"scripts": ["dist/Parser.js"],
"main": "dist/Parser.js",
"scripts": ["hyperdown.js"],
"main": "hyperdown.js",
"license": "BSD-4-Clause"
}
Loading

0 comments on commit 8602da3

Please sign in to comment.