Skip to content

Commit

Permalink
add html
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Aug 18, 2018
1 parent b9dc9d9 commit 0f470c3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ Thumbs.db
coverage/
.nyc_output
.project
*.html
*.sw*
*.un~
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
grace
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="//unpkg.com/microtemplate@latest/lib/microtemplate.js"></script>
</head>
<body>
</body>
</html>
2 changes: 1 addition & 1 deletion lib/microtemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
return factory(exports);
} else {
/* browser */
factory(root['grace'] || (root['grace'] = {}));
factory(root['microtemplate'] || (root['microtemplate'] = {}));
}
})(this, function(exports) {
// default config
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microtemplate",
"version": "2.0.0",
"version": "2.0.1",
"description": "micro template",
"bin": {
"microtemplate": "./bin/microtemplate"
Expand Down Expand Up @@ -31,4 +31,4 @@
"contributor": "git-contributor"
},
"license": "MIT"
}
}

0 comments on commit 0f470c3

Please sign in to comment.