Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
njleonzhang committed Sep 28, 2017
1 parent deea58f commit 8783362
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,4 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
# push
git push origin refs/tags/v$VERSION
git push

# publish
# npm publish
fi
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="https://cdn.bootcss.com/react/15.6.1/react-dom.js"></script>
<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" >
<script src="//unpkg.com/[email protected].2/dist/docsify-demo-box-react.min.js"></script>
<script src="//unpkg.com/[email protected].3/dist/docsify-demo-box-react.min.js"></script>
<script>
var jsResources = '<scr' + 'ipt src="//cdn.bootcss.com/react/15.6.1/react.js"></scr' + 'ipt>\n' +
'<scr' + 'ipt src="//cdn.bootcss.com/react/15.6.1/react-dom.js"></scr' + 'ipt>'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docsify-demo-box-react",
"version": "1.0.2",
"version": "1.0.3",
"description": "write React jsx demo in docsify with instant preview and jsfiddle integration",
"author": "njleonzhang <[email protected]>",
"scripts": {
Expand Down

0 comments on commit 8783362

Please sign in to comment.