-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
deea58f
commit 8783362
Showing
3 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,4 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then | |
# push | ||
git push origin refs/tags/v$VERSION | ||
git push | ||
|
||
# publish | ||
# npm publish | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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>' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|