Skip to content

Commit 034daa3

Browse files
committed
~ changed blear.ui.code-highlight
1 parent 16d4402 commit 034daa3

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

package-lock.json

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

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "blear.utils.code-highlight",
3-
"version": "2.1.0",
2+
"name": "blear.ui.code-highlight",
3+
"version": "2.1.1",
44
"description": "代码高亮,基于 [email protected]",
55
"scripts": {
66
"live": "browser-sync start --config bs-config.js",
@@ -25,13 +25,13 @@
2525
"url": "https://ydr.me"
2626
},
2727
"contributors": [],
28-
"homepage": "https://github.com/blearjs/blear.utils.code-highlight",
28+
"homepage": "https://github.com/blearjs/blear.ui.code-highlight",
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/blearjs/blear.utils.code-highlight"
31+
"url": "https://github.com/blearjs/blear.ui.code-highlight"
3232
},
3333
"bugs": {
34-
"url": "https://github.com/blearjs/blear.utils.code-highlight/issues"
34+
"url": "https://github.com/blearjs/blear.ui.code-highlight/issues"
3535
},
3636
"dependencies": {
3737
"blear.utils.array": "^1.0.12",

prismjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"_resolved": "http://registry.npm.taobao.org/prismjs/download/prismjs-1.15.0.tgz",
2323
"_shasum": "8801d332e472091ba8def94976c8877ad60398d9",
2424
"_spec": "prismjs",
25-
"_where": "/Users/cloudcome/development/github-blearjs/blear.utils.code-highlight",
25+
"_where": "/Users/cloudcome/development/github-blearjs/blear.ui.code-highlight",
2626
"author": {
2727
"name": "Lea Verou"
2828
},

readme.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# blear.utils.code-highlight
1+
# blear.ui.code-highlight
22

33
<https://blear.ydr.me/utils/code-highlight>
44

55
[![npm module][npm-img]][npm-url]
66
[![build status][travis-img]][travis-url]
77
[![coverage][coveralls-img]][coveralls-url]
88

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
1111

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
1414

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
1717

test/test.index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
var codeHighlight = require('../src/index.js');
1111

12-
describe('blear.utils.code-highlight', function () {
12+
describe('blear.ui.code-highlight', function () {
1313

1414
it('highlight js', function (done) {
1515
var text = 'var a = 1;';

0 commit comments

Comments
 (0)