From b30fbe4d44054d27e0eed304a60d37046fbee420 Mon Sep 17 00:00:00 2001 From: Im-Rises Date: Tue, 23 May 2023 00:39:14 -0400 Subject: [PATCH] wip --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 815c76a..ed40c5f 100644 --- a/package.json +++ b/package.json @@ -11,23 +11,23 @@ "name": "Im-Rises", "email": "quentin-morel88@hotmail.com" }, - "version": "0.1.0", + "version": "0.1.1", "private": false, "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org/" }, - "main": "dist/Components/CubeAscii.js", + "main": "dist/components/CubeAscii.js", "files": [ "LICENSE", "README.md", "package.json", "tsconfig.json", - "dist/Components/CubeAscii.js", - "dist/Components/CubeAscii.js.map", - "dist/Components/CubeAscii.d.ts", - "dist/Components/CubeAscii.d.ts.map", - "src/Components/CubeAscii.tsx", + "dist/components/CubeAscii.js", + "dist/components/CubeAscii.js.map", + "dist/components/CubeAscii.d.ts", + "dist/components/CubeAscii.d.ts.map", + "src/components/CubeAscii.tsx", "dist/classes/Cube.js", "dist/classes/Cube.js.map", "dist/classes/Cube.d.ts",