Skip to content

Commit

Permalink
Renamed to light markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaLi committed Jan 10, 2016
1 parent 4e29dc4 commit 85638f4
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"module": true,
"define": true,
"window": true,
"simpleMarkdown": true
"lightMarkdown": true
}
}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="0.1.1"></a>
## [0.1.1](https://github.com/Tonkean/simpleMarkdown/compare/0.1.0...v0.1.1) (2016-01-07)
## [0.1.1](https://github.com/Tonkean/lightMarkdown/compare/0.1.0...v0.1.1) (2016-01-07)

* Ignores a few more files for bower

Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function (grunt) {
src: [
'src/tokens.js',
'src/regex.js',
'src/simpleMarkdown.js',
'src/lightMarkdown.js',
'src/loader.js'
],
dest: 'dist/<%= pkg.name %>.js'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# simpleMarkdown
# lightMarkdown
Javascript library that helps you convert simplified markdown (like used in Slack messages) to HTML
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "simple-markdown",
"homepage": "https://github.com/Tonkean/simpleMarkdown",
"name": "light-markdown",
"homepage": "https://github.com/Tonkean/lightMarkdown",
"authors": [
"ShaLi <[email protected]>"
],
"description": "Javascript library that helps you convert simplified markdown (like used in Slack messages) to HTML",
"main": "dist/simple-markdown.js",
"main": "dist/light-markdown.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"simple",
"light",
"markdown",
"slack"
],
Expand Down
24 changes: 12 additions & 12 deletions dist/simple-markdown.js → dist/light-markdown.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/light-markdown.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/simple-markdown.min.js → dist/light-markdown.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/light-markdown.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/simple-markdown.js.map

This file was deleted.

Loading

0 comments on commit 85638f4

Please sign in to comment.