From ae3fbe213d85c8543afd620de593c95c3a4689a7 Mon Sep 17 00:00:00 2001 From: Don McCurdy Date: Sun, 21 Jan 2018 14:21:26 -0800 Subject: [PATCH] Update README references to Webpack. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c08539..21c5f5e 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,7 @@ const gui = new dat.GUI(); ``` ├── build - Compiled source code. ├── src - Source files. -├── tests - Tests. -└── webpack - Webpack config files. +└── tests - Tests. ``` ## Building your own dat.GUI @@ -57,7 +56,7 @@ View the [Change Log](CHANGELOG.md) ## Thanks The following libraries / open-source projects were used in the development of dat.GUI: - * [webpack](https://webpack.github.io/) + * [Rollup](https://rollupjs.org) * [Sass](http://sass-lang.com/) - * [node.js](http://nodejs.org/) + * [Node.js](http://nodejs.org/) * [QUnit](https://github.com/jquery/qunit) / [jquery](http://jquery.com/)