Comparing version 2.3.0 to 2.4.0
{ | ||
"name": "shower", | ||
"description": "Shower HTML presentation engine", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"author": { | ||
"name": "Vadim Makeev", | ||
"url": "http://pepelsbey.net/" | ||
"url": "https://pepelsbey.net/" | ||
}, | ||
@@ -32,3 +32,3 @@ "homepage": "https://github.com/shower/shower", | ||
"shower-material": "^1.1.0", | ||
"shower-ribbon": "^2.1.0" | ||
"shower-ribbon": "^3.0.1" | ||
}, | ||
@@ -38,14 +38,13 @@ "devDependencies": { | ||
"del": "^3.0.0", | ||
"fs": "0.0.2", | ||
"gulp": "^3.9.1", | ||
"gulp-gh-pages": "^0.5.4", | ||
"gh-pages": "^1.2.0", | ||
"gulp": "^4.0.0", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-replace": "^0.6.1", | ||
"gulp-replace": "^1.0.0", | ||
"gulp-rsync": "0.0.8", | ||
"gulp-zip": "^4.0.0", | ||
"merge-stream": "^1.0.0", | ||
"path-exists-cli": "^1.0.0", | ||
"run-sequence": "^2.1.0" | ||
"path-exists-cli": "^1.0.0" | ||
}, | ||
"scripts": { | ||
"start": "gulp serve", | ||
"prepare": "gulp prepare", | ||
@@ -52,0 +51,0 @@ "archive": "gulp archive", |
@@ -10,5 +10,4 @@ # Shower Presentation Template [![Build Status](https://travis-ci.org/shower/shower.svg?branch=master)](https://travis-ci.org/shower/shower) | ||
3. Themes are separated from engine | ||
4. Modular and extensible | ||
5. Fully keyboard accessible | ||
6. Printable to PDF | ||
4. Fully keyboard accessible | ||
5. Printable to PDF | ||
@@ -24,9 +23,17 @@ [See it in action](http://shwr.me/). Includes [Ribbon](https://github.com/shower/ribbon/) and [Material](https://github.com/shower/material/) themes, and [core](https://github.com/shower/core/) with plugins. | ||
## Deploy to Netlify | ||
By clicking the button below you can fork this repo and deploy it to Netlify. | ||
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/shower/shower) | ||
By doing this you would get a GitHub repo linked with Netlify in a way any change to the repo would trigger a shower rebuild and deploy to Netlify servers, which allows for a really easy way to create and share Shower presentation without the need to install anything locally. | ||
## Advanced | ||
1. [Fork](https://github.com/shower/shower/fork) this repository | ||
2. Go to fork setting and rename it: `shower` → `my-slides` | ||
2. Clone it to your computer: `git clone git@github.com:username/my-slides.git` | ||
3. Go to `my-slides` folder and install dependencies: `npm install` | ||
4. Start creating your presentation | ||
1. Сlone this repository `git clone --depth=1 git@github.com:shower/shower.git`, (`--depth=1` will make it way faster). | ||
2. [Create](https://github.com/new) a new blank repository and copy its cloning address `git@github.com:USER/REPO.git`. | ||
3. Change remote of your local clone to the one you’ve just copied `git remote set-url origin git@github.com:USER/REPO.git`. | ||
4. Push your local clone to GitHub `git push -u origin master`. | ||
6. Install dependencies `npm install` and start it `npm start`. | ||
@@ -41,17 +48,14 @@ Once you’re done you can build a clean copy of your slides: | ||
And you’ll have your slides published on `http://username.github.io/my-slides/`. | ||
And you’ll have your slides published to `http://USER.github.io/REPO/`. | ||
## Usage Examples | ||
- [Installable Web Apps](http://pepelsbey.net/pres/web-apps/) | ||
- [Clear and Sharp](http://pepelsbey.net/pres/clear-and-sharp/) | ||
- [CSS Management](http://pepelsbey.net/pres/knife-train/) | ||
- [Push it!](http://pepelsbey.net/pres/push-it/) | ||
- [Pre-fixes](http://pepelsbey.net/pres/pre-fixes/) | ||
- [Web In Curves](http://pepelsbey.net/pres/web-in-curves/) | ||
- [Sense Coding](http://pepelsbey.net/pres/sense-coding/) | ||
- [Inhuman UI](https://pepelsbey.net/pres/inhuman-ui/) | ||
- [My Vanilla CSS](https://pepelsbey.net/pres/vanilla-css/) | ||
- [I’m in IoT](https://pepelsbey.net/pres/im-in-iot/) | ||
- [Enough Bricks](https://pepelsbey.net/pres/enough-bricks/) | ||
## Browser Support | ||
Latest stable versions of Chrome, Internet Explorer, Firefox, Opera and Safari are supported. | ||
Latest stable versions of Chrome, Edge, Firefox, and Safari are supported. | ||
@@ -58,0 +62,0 @@ ## Contributing |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10
67
286919
+ Addedshower-ribbon@3.1.4(transitive)
- Removedshower-ribbon@2.1.0(transitive)
Updatedshower-ribbon@^3.0.1