summaryrefslogtreecommitdiffhomepage
path: root/package.json
AgeCommit message (Collapse)Author
2020-07-05WOFWFMarvin Borner
2020-06-21Well, I don't need a thesis in corona-timesMarvin Borner
2020-05-05New project layoutMarvin Borner
2020-03-13Well, this is the actual first commit igMarvin Borner
2020-01-313.9.2 security releaseHakim El Hattab
2020-01-293.9.1 because a local edit made it into npmHakim El Hattab
2020-01-27npm audit fix 😶Hakim El Hattab
2020-01-273.9.0Hakim El Hattab
2020-01-11upgrade to node-sass 4.13.0, fix security warnings #2473Hakim El Hattab
2019-07-07Update package.json for node 12 supportAurélien Normand
simple node-sass update which fixes this issue
2019-04-013.8.0Hakim El Hattab
2019-04-01fix grunt ci errorHakim El Hattab
2019-04-01fix typosHakim El Hattab
2019-04-01fix npm security warnings, auto run tests when changedHakim El Hattab
2019-02-28build dependency updatesHakim El Hattab
2019-02-28see if increased node version fixes buildHakim El Hattab
2019-02-28update grunt dependenciesHakim El Hattab
2019-02-28fix scss compilation taskHakim El Hattab
2019-01-22upgrade to socket.io 2.2.0 #2257Hakim El Hattab
2018-08-013.7.0Hakim El Hattab
2018-01-22Update QUnit to 2.5.0 and `grunt-contrib-qunit` to 2.0.0.Benjamin Tan
2018-01-22Update `grunt-contrib-uglify`.Benjamin Tan
2018-01-22Update dependencies.Benjamin Tan
2017-11-22lab.hakim.se/reveal-js -> revealjs.comHakim El Hattab
2017-11-223.6.0Hakim El Hattab
2017-05-01Upgrade Grunt dependencies and standardise on a consistent file format.Benjamin Tan
Closes #1226, #1538.
2017-04-263.5.0Hakim El Hattab
2017-02-01Merge branch 'master' of https://github.com/Bramas/reveal.js into devHakim El Hattab
2017-01-31Merge pull request #1764 from demoneaux/package-jsonHakim El Hattab
Shift `dependencies` to `devDependencies`.
2017-01-253.4.1Hakim El Hattab
2017-01-103.4.0Hakim El Hattab
2016-12-08Shift `dependencies` to `devDependencies`.Benjamin Tan
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.
2016-12-06Reduce required Node.js version to 4.0.0.Benjamin Tan
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.
2016-12-01merge package version conflictsHakim El Hattab
2016-12-01update dependencies to work with latest node #1743Hakim El Hattab
2016-11-09Bump node engine in packages.jsonHenrik Feldt
2016-10-05renamed grunt 'base' option to 'root' (#1660)CH
* 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
2016-06-28update dependencies based on retire.js info #1473Hakim El Hattab
2016-06-28merge retire.js #1473Hakim El Hattab
2016-06-28add 'npm build' script that launch gruntQuentin Bramas
2016-04-183.3.0Hakim El Hattab
2016-03-06Remove unused dependencies.Benjamin Tan
2016-01-08added retire.js to build processBjoern Kimminich
-allows security vulnerability check in used npm-dependencies and own scripts -execute with ```grunt retire```
2016-01-08merge conflictHakim El Hattab
2016-01-06Add the grunt-cli as a dependency instead of assuming global grunt.Victor Powell
2015-12-21updated to mustache 2.2.1Bjoern Kimminich
prevents XSS vulnerability (see https://github.com/janl/mustache.js/pull/388)
2015-12-08remove redundant spaces.Bo-Yi Wu
2015-11-093.2.0Hakim El Hattab
2015-09-28Update dependencies to fix installationAdam Huffman
2015-06-25Merge pull request #1270 from jasonkarns/patch-1Hakim El Hattab
enabling launching presentation with npm-start
2015-06-16`licenses` field is deprecatedJason Karns
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.
2015-06-16enabling launching presentation with npm-startJason Karns
2015-05-183.1.0Hakim El Hattab
2015-04-12Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-04-12update cssmin to 0.12.2 #1179Hakim El Hattab
2015-03-14Make npm dependency usable by Browserify through NPMAlexandre Stanislawski
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.
2015-01-06revise contribution guidelines, graduate 3.0 from devHakim El Hattab
2014-10-16update grunt connect for more hostname flexibility #981Hakim El Hattab
2014-10-16update grunt-qunitHakim El Hattab
2014-10-06reveal.css is now scss, merge autoprexier #1007Hakim El Hattab
2014-10-04merge #975 into devHakim El Hattab
2014-09-12merged dev branchYves Delley
2014-09-12re-created unprefixed version of reveal.css automatically using ↵Yves Delley
autoprefixer, to facilitate merging of changes to it
2014-09-05removed all vendor-prefixes from reveal.cssYves Delley
2014-07-18Update package.jsonmiira
2014-07-17removed ruby dependency.Miroslav Mocek
2014-06-09update to node 0.10Hakim El Hattab
2014-04-06next release will be 3.0.0Hakim El Hattab
2014-03-18use socket.io 0.9.16Hakim El Hattab
2014-03-18update version to 2.6.2 to fix broken tarball on npm #506Hakim El Hattab
2014-02-28change version to 2.7.0 (dev)Hakim El Hattab
2013-12-05grunt serve starts the browser and livereloads changes in the presentationDaniel Wegener
- upgrade grunt-contrib-connect to ~0.5.0 - configure connect and watch plugin
2013-12-022.6.1 #734Hakim El Hattab
2013-11-27remove dev flag from versionHakim El Hattab
2013-09-03update grunt and node dependency versionsHakim El Hattab
2013-08-24include dev flag in versionHakim El Hattab
2013-08-24add test task, avoid attempt to run tests in unrelated html filesHakim El Hattab
2013-08-22run unit tests as part of grunt build and ciHakim El Hattab
2013-08-22add qunit grunt dependencyHakim El Hattab
2013-08-222.6.0Hakim El Hattab
2013-05-12upgrade to 2.5.0Hakim El Hattab
2013-05-04add package and serve grunt tasks (closes #437)Hakim El Hattab
2013-03-30Merge branch 'master' of https://github.com/theoreticaLee/reveal.js into devHakim El Hattab
2013-03-27Add Reveal.js license to package.jsonLee Leathers
2013-03-17update version to 2.4Hakim El Hattab
2013-03-08merge in multiplex (#98)Hakim El Hattab
2013-03-08Bring multiplex up to dateDavid Banham
2013-03-04add grunt sass theme taskHakim El Hattab
2013-02-27attempt n2 to fix grunt in travis ci buildHakim El Hattab
2013-02-27upgrading to grunt 0.4. resolves #349.Boaz Sender
2013-01-27updated to v2.3, initial implementation of uniformly scaled presentations (#310)Hakim El Hattab
2013-01-21Add grunt as a dev dependencyNick Schonning
2013-01-21Add npm script tage the Travis automatically executesNick Schonning
Set targets to lint, and quint for when the testing is implemented
2012-11-12Use grunt-contrib-mincss ~0.3.1Josh Nichols
Was at ~0.3.2, but doesn't seem to have been released properly.
2012-11-11add grunt.js build file (closes #235)Hakim El Hattab
2012-09-11package.json for node 0.8+Rebecca Murphey
2012-07-01include underscore as a dependency for npmHakim El Hattab
2012-06-17add mustache dependencyRebecca Murphey
2012-06-07taking a stab at a presenter notes serverRebecca Murphey