diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index d36df12..882a093 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x] + node-version: [10.x, 13.x] steps: - uses: actions/checkout@v2 diff --git a/.gitignore b/.gitignore index 8eda50e..7d986c3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,4 @@ log/*.log tmp/** node_modules/ .sass-cache -css/reveal.min.css -js/reveal.min.js +dist/*.map \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..037e93a --- /dev/null +++ b/.npmignore @@ -0,0 +1,7 @@ +/test +/examples +/css +/js +.github +.gulpfile +.sass-cache \ No newline at end of file diff --git a/README.md b/README.md index cc362d4..37ebd4e 100644 --- a/README.md +++ b/README.md @@ -1,1496 +1,23 @@ -# reveal.js ![tests](https://github.com/hakimel/reveal.js/workflows/tests/badge.svg) +
+
+
+
+
+