aboutsummaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAge
* 3.8.0Hakim El Hattab2019-04-01
|
* fix grunt ci errorHakim El Hattab2019-04-01
|
* fix typosHakim El Hattab2019-04-01
|
* fix npm security warnings, auto run tests when changedHakim El Hattab2019-04-01
|
* build dependency updatesHakim El Hattab2019-02-28
|
* see if increased node version fixes buildHakim El Hattab2019-02-28
|
* update grunt dependenciesHakim El Hattab2019-02-28
|
* fix scss compilation taskHakim El Hattab2019-02-28
|
* upgrade to socket.io 2.2.0 #2257Hakim El Hattab2019-01-22
|
* 3.7.0Hakim El Hattab2018-08-01
|
* Update QUnit to 2.5.0 and `grunt-contrib-qunit` to 2.0.0.Benjamin Tan2018-01-22
|
* Update `grunt-contrib-uglify`.Benjamin Tan2018-01-22
|
* Update dependencies.Benjamin Tan2018-01-22
|
* lab.hakim.se/reveal-js -> revealjs.comHakim El Hattab2017-11-22
|
* 3.6.0Hakim El Hattab2017-11-22
|
* Upgrade Grunt dependencies and standardise on a consistent file format.Benjamin Tan2017-05-01
| | | Closes #1226, #1538.
* 3.5.0Hakim El Hattab2017-04-26
|
* Merge branch 'master' of https://github.com/Bramas/reveal.js into devHakim El Hattab2017-02-01
|\
| * add 'npm build' script that launch gruntQuentin Bramas2016-06-28
| |
* | Merge pull request #1764 from demoneaux/package-jsonHakim El Hattab2017-01-31
|\ \ | | | | | | Shift `dependencies` to `devDependencies`.
| * | Shift `dependencies` to `devDependencies`.Benjamin Tan2016-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | The `reveal.js` npm module is typically installed to access the CSS/JS assets for Reveal.js. For those that want to run the plugins, they would clone the whole repository. Hence, it doesn’t make sense to include those as `dependencies`, which will increase download times. Closes #1734.
* | | 3.4.1Hakim El Hattab2017-01-25
| | |
* | | 3.4.0Hakim El Hattab2017-01-10
|/ /
* | Reduce required Node.js version to 4.0.0.Benjamin Tan2016-12-06
| | | | | | | | | | | | | | | | | | The development workflow can be used with Node 4+, not just Node 6. We should avoid showing warnings and errors when users are installing this package via npm/yarn. Ref. #1729, #1743. Closes #1725.
* | merge package version conflictsHakim El Hattab2016-12-01
|\ \
| * | update dependencies to work with latest node #1743Hakim El Hattab2016-12-01
| | |
| * | Bump node engine in packages.jsonHenrik Feldt2016-11-09
| |/
* | renamed grunt 'base' option to 'root' (#1660)CH2016-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow slides to be served away from revealjs server location The previous 'base' option conflicts with Grunt's 'base' option. Changing it to 'root' avoids this. Further, updating to a newer Grunt allows multiple parameters to be used. therefore `grunt serve --root="." --root="pathtomyslides"` allows you to keep your slide content separate from JS/CSS and such * Live reload for relocated base * Updated packages to match origin/dev * Updated packages to match origin/dev * Ensure root is an array
* | update dependencies based on retire.js info #1473Hakim El Hattab2016-06-28
| |
* | merge retire.js #1473Hakim El Hattab2016-06-28
|\ \ | |/ |/|
| * added retire.js to build processBjoern Kimminich2016-01-08
| | | | | | | | | | -allows security vulnerability check in used npm-dependencies and own scripts -execute with ```grunt retire```
* | 3.3.0Hakim El Hattab2016-04-18
| |
* | Remove unused dependencies.Benjamin Tan2016-03-06
| |
* | merge conflictHakim El Hattab2016-01-08
|\|
| * updated to mustache 2.2.1Bjoern Kimminich2015-12-21
| | | | | | | | prevents XSS vulnerability (see https://github.com/janl/mustache.js/pull/388)
* | Add the grunt-cli as a dependency instead of assuming global grunt.Victor Powell2016-01-06
| |
* | remove redundant spaces.Bo-Yi Wu2015-12-08
|/
* 3.2.0Hakim El Hattab2015-11-09
|
* Update dependencies to fix installationAdam Huffman2015-09-28
|
* Merge pull request #1270 from jasonkarns/patch-1Hakim El Hattab2015-06-25
|\ | | | | enabling launching presentation with npm-start
| * enabling launching presentation with npm-startJason Karns2015-06-16
| |
* | `licenses` field is deprecatedJason Karns2015-06-16
|/ | | | | the `licenses` field in package.json is deprecated. https://docs.npmjs.com/files/package.json#license The `license` field is the recommended field and expects an SPDX expression.
* 3.1.0Hakim El Hattab2015-05-18
|
* Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2015-04-12
|\
| * Make npm dependency usable by Browserify through NPMAlexandre Stanislawski2015-03-14
| | | | | | | | | | | | | | Right now the package is not recognized as usable library by Browserify. Adding the main attribute in the package.json solves that, and now gives others the possibility to use reveal as a library in more complex systems.
* | update cssmin to 0.12.2 #1179Hakim El Hattab2015-04-12
|/
* revise contribution guidelines, graduate 3.0 from devHakim El Hattab2015-01-06
|
* update grunt connect for more hostname flexibility #981Hakim El Hattab2014-10-16
|
* update grunt-qunitHakim El Hattab2014-10-16
|
* reveal.css is now scss, merge autoprexier #1007Hakim El Hattab2014-10-06
|\