react-interactive-tutorials
Advanced tools
Comparing version 0.1.9 to 0.1.10
{ | ||
"name": "react-interactive-tutorials", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Framework for creating unobtrusive interactive tutorials for use in web apps.", | ||
"main": "index.js", | ||
"scripts": { | ||
"publish-demo": "git branch -D gh-pages; git push origin --delete gh-pages; git checkout -b gh-pages; cd demo-site; npm run build; cd ..; git add .; git add -f demo-site/dist; git commit -m \"Demo site build\"; git push origin gh-pages; git checkout master; git push origin `git subtree split --prefix demo-site gh-pages`:gh-pages --force;", | ||
"publish-demo": "git branch -D gh-pages; git push origin --delete gh-pages; git checkout -b gh-pages; cd demo-site; npm run build; cd ..; git add .; git add -f demo-site/dist; git add -f demo-site/node_modules/uptick-demo-site/dist; git commit -m \"Demo site build\"; git push origin gh-pages; git checkout master; git push origin `git subtree split --prefix demo-site gh-pages`:gh-pages --force;", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
@@ -9,0 +9,0 @@ "build-js": "./node_modules/webpack/bin/webpack.js --config webpack.config.js", |
@@ -25,7 +25,7 @@ # react-interactive-tutorials | ||
- Bootstrap 3 stylesheet, or an implementation of the used classes: | ||
- Bootstrap 4 stylesheet, or an implementation of the used classes: | ||
- btn | ||
- btn-primary | ||
- btn-secondary | ||
- pull-right | ||
- float-right | ||
@@ -32,0 +32,0 @@ And anyone using your site will need: |
43021