From d77199017bd75411ef4418b311ee95802da3e876 Mon Sep 17 00:00:00 2001 From: Chris Richards Date: Wed, 7 Oct 2020 15:14:34 -0700 Subject: [PATCH] Cleaning up --- .gitignore | 1 + Makefile | 2 +- README.md | 8 ++ dist/es.js | 1 - package-lock.json | 306 +++++++++++++++++++++------------------------- package.json | 2 +- 6 files changed, 151 insertions(+), 169 deletions(-) delete mode 100644 dist/es.js diff --git a/.gitignore b/.gitignore index adb2c19..829906a 100644 --- a/.gitignore +++ b/.gitignore @@ -71,6 +71,7 @@ typings/ # dotenv environment variables file .env .env.test +.DS_Store # parcel-bundler cache (https://parceljs.org/) .cache diff --git a/Makefile b/Makefile index e845198..5c714d9 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ server: node_modules/ build: node_modules/ cp src/styles.css dist/styles.css npx ascjs src esm - npx rollup --config rollup/es.config.js + # npx rollup --config rollup/es.config.js npx rollup --config rollup/babel.config.js npx webpack --mode=development diff --git a/README.md b/README.md index 954c0cf..68bec20 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,11 @@ Add the attribute `tooltip="tooltip text content"` to all the elements you want