Skip to content

Commit 8602da3

Browse files
author
Jiang Shang
committed
v0.0.2
1 parent f67d83a commit 8602da3

7 files changed

+14047
-1275
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
npm-debug.log
3+
/dist/

component.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "hyperdown",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"repo": "segmentfault/hyperdown.js",
55
"description": "A markdown parser",
66
"keywords": ["markdown", "hyperdown", "html"],
7-
"scripts": ["dist/Parser.js"],
8-
"main": "dist/Parser.js",
7+
"scripts": ["hyperdown.js"],
8+
"main": "hyperdown.js",
99
"license": "BSD-4-Clause"
1010
}

0 commit comments

Comments
 (0)