From 838e5b946ff67c65ff38f906c2cf01e53e61f524 Mon Sep 17 00:00:00 2001 From: Jeff Nusz Date: Fri, 23 Sep 2016 12:42:39 -0700 Subject: [PATCH] update README --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0f0d2f5..e093200 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,12 @@ $ npm run build ## npm scripts -- npm test - Run ESLint - npm run build - Build development and production version of scripts. -- npm run dev - Build development version of script watch for changes. - -This will create a namespaced, unminified build of dat.GUI at `build/dat.gui.js` +- npm run dev - Build development version of script and watch for changes. ## Thanks The following libraries / open-source projects were used in the development of dat.GUI: - * [require.js](http://requirejs.org/) + * [webpack](https://webpack.github.io/) * [Sass](http://sass-lang.com/) * [node.js](http://nodejs.org/) * [QUnit](https://github.com/jquery/qunit) / [jquery](http://jquery.com/) \ No newline at end of file