From 1526fa6d71244890156ca3d6759b7e18098d0874 Mon Sep 17 00:00:00 2001 From: Donovan Buck Date: Sun, 22 Oct 2023 09:05:50 -0500 Subject: [PATCH] Refactoring package.json --- package.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cbb560e..254f846 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,7 @@ "name": "j5e", "version": "0.15.0", "description": "j5e is a device framework built to levarage the ECMA-419 specification", - "main": "index.js", "exports": { - ".": "./index.js", "./animation": "./lib/animation/index.js", "./button": "./lib/button/index.js", "./easing": "./lib/easing/index.js", @@ -85,7 +83,12 @@ "mocha": "^10.2.0", "sinon": "^15.2.0" }, - "dependencies": { - - } + "files": [ + "lib", + "examples", + "LICENSE", + "README.md", + "manifest.json", + "package.json" + ] }