File tree 5 files changed +15
-15
lines changed
5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " blear.utils .code-highlight" ,
3
- "version" : " 2.1.0 " ,
2
+ "name" : " blear.ui .code-highlight" ,
3
+ "version" : " 2.1.1 " ,
4
4
"description" :
" 代码高亮,基于 [email protected] " ,
5
5
"scripts" : {
6
6
"live" : " browser-sync start --config bs-config.js" ,
25
25
"url" : " https://ydr.me"
26
26
},
27
27
"contributors" : [],
28
- "homepage" : " https://github.com/blearjs/blear.utils .code-highlight" ,
28
+ "homepage" : " https://github.com/blearjs/blear.ui .code-highlight" ,
29
29
"repository" : {
30
30
"type" : " git" ,
31
- "url" : " https://github.com/blearjs/blear.utils .code-highlight"
31
+ "url" : " https://github.com/blearjs/blear.ui .code-highlight"
32
32
},
33
33
"bugs" : {
34
- "url" : " https://github.com/blearjs/blear.utils .code-highlight/issues"
34
+ "url" : " https://github.com/blearjs/blear.ui .code-highlight/issues"
35
35
},
36
36
"dependencies" : {
37
37
"blear.utils.array" : " ^1.0.12" ,
Original file line number Diff line number Diff line change 22
22
"_resolved" : " http://registry.npm.taobao.org/prismjs/download/prismjs-1.15.0.tgz" ,
23
23
"_shasum" : " 8801d332e472091ba8def94976c8877ad60398d9" ,
24
24
"_spec" : " prismjs" ,
25
- "_where" : " /Users/cloudcome/development/github-blearjs/blear.utils .code-highlight" ,
25
+ "_where" : " /Users/cloudcome/development/github-blearjs/blear.ui .code-highlight" ,
26
26
"author" : {
27
27
"name" : " Lea Verou"
28
28
},
Original file line number Diff line number Diff line change 1
- # blear.utils .code-highlight
1
+ # blear.ui .code-highlight
2
2
3
3
< https://blear.ydr.me/utils/code-highlight >
4
4
5
5
[ ![ npm module] [ npm-img ]] [ npm-url ]
6
6
[ ![ build status] [ travis-img ]] [ travis-url ]
7
7
[ ![ coverage] [ coveralls-img ]] [ coveralls-url ]
8
8
9
- [ travis-img ] : https://img.shields.io/travis/blearjs/blear.utils .code-highlight/master.svg?style=flat-square
10
- [ travis-url ] : https://travis-ci.org/blearjs/blear.utils .code-highlight
9
+ [ travis-img ] : https://img.shields.io/travis/blearjs/blear.ui .code-highlight/master.svg?style=flat-square
10
+ [ travis-url ] : https://travis-ci.org/blearjs/blear.ui .code-highlight
11
11
12
- [ npm-img ] : https://img.shields.io/npm/v/blear.utils .code-highlight.svg?style=flat-square
13
- [ npm-url ] : https://www.npmjs.com/package/blear.utils .code-highlight
12
+ [ npm-img ] : https://img.shields.io/npm/v/blear.ui .code-highlight.svg?style=flat-square
13
+ [ npm-url ] : https://www.npmjs.com/package/blear.ui .code-highlight
14
14
15
- [ coveralls-img ] : https://img.shields.io/coveralls/blearjs/blear.utils .code-highlight/master.svg?style=flat-square
16
- [ coveralls-url ] : https://coveralls.io/github/blearjs/blear.utils .code-highlight?branch=master
15
+ [ coveralls-img ] : https://img.shields.io/coveralls/blearjs/blear.ui .code-highlight/master.svg?style=flat-square
16
+ [ coveralls-url ] : https://coveralls.io/github/blearjs/blear.ui .code-highlight?branch=master
17
17
Original file line number Diff line number Diff line change 9
9
10
10
var codeHighlight = require ( '../src/index.js' ) ;
11
11
12
- describe ( 'blear.utils .code-highlight' , function ( ) {
12
+ describe ( 'blear.ui .code-highlight' , function ( ) {
13
13
14
14
it ( 'highlight js' , function ( done ) {
15
15
var text = 'var a = 1;' ;
You can’t perform that action at this time.
0 commit comments