Skip to content

Commit f110393

Browse files
committed
Updated README and index page; And added version number to bin files.
1 parent 04a3810 commit f110393

6 files changed

+6
-6
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = function(grunt) {
44
pkg: grunt.file.readJSON('package.json'),
55
uglify: {
66
options: {
7-
banner: '/*! <%= pkg.name %> <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n'
7+
banner: '/*! <%= pkg.name %> <%= pkg.name %> v<%= pkg.version %> <%= grunt.template.today("yyyy-mm-dd") %> */\n'
88
},
99
build: {
1010
files: {

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Fourth Line.<br/>
6666
</div>
6767
```
6868

69-
After lining, only the second and third line tag will be created. Check out the demo.
69+
After lining, only the second and third line tag will be created. Check out the [demo](http://jsbin.com/riweb/2/edit?output).
7070

7171
And `data-line-class` help you control the class name of line tags, if you don't want to use the default class name: `line`.
7272

build/lining.all.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/lining.effect.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)