Skip to content

Commit 8783362

Browse files
committed
minor change
1 parent deea58f commit 8783362

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

build/release.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,4 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
2424
# push
2525
git push origin refs/tags/v$VERSION
2626
git push
27-
28-
# publish
29-
# npm publish
3027
fi

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script src="https://cdn.bootcss.com/react/15.6.1/react-dom.js"></script>
1616
<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>
1717
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" >
18-
<script src="//unpkg.com/[email protected].2/dist/docsify-demo-box-react.min.js"></script>
18+
<script src="//unpkg.com/[email protected].3/dist/docsify-demo-box-react.min.js"></script>
1919
<script>
2020
var jsResources = '<scr' + 'ipt src="//cdn.bootcss.com/react/15.6.1/react.js"></scr' + 'ipt>\n' +
2121
'<scr' + 'ipt src="//cdn.bootcss.com/react/15.6.1/react-dom.js"></scr' + 'ipt>'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsify-demo-box-react",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "write React jsx demo in docsify with instant preview and jsfiddle integration",
55
"author": "njleonzhang <[email protected]>",
66
"scripts": {

0 commit comments

Comments
 (0)