revise contribution guidelines, graduate 3.0 from dev
This commit is contained in:
parent
dbcb44c298
commit
028c84481a
2 changed files with 2 additions and 3 deletions
|
@ -17,4 +17,3 @@ When reporting a bug make sure to include information about which browser and op
|
||||||
- Single-quoted strings
|
- Single-quoted strings
|
||||||
- Should be made towards the **dev branch**
|
- Should be made towards the **dev branch**
|
||||||
- Should be submitted from a feature/topic branch (not your master)
|
- Should be submitted from a feature/topic branch (not your master)
|
||||||
- Should not include the minified **reveal.min.js** or **reveal.min.css** files
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "reveal.js",
|
"name": "reveal.js",
|
||||||
"version": "3.0.0-dev",
|
"version": "3.0.0",
|
||||||
"description": "The HTML Presentation Framework",
|
"description": "The HTML Presentation Framework",
|
||||||
"homepage": "http://lab.hakim.se/reveal-js",
|
"homepage": "http://lab.hakim.se/reveal-js",
|
||||||
"subdomain": "revealjs",
|
"subdomain": "revealjs",
|
||||||
|
|
Loading…
Reference in a new issue