Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Rises committed May 23, 2023
2 parents 1a50c82 + b30fbe4 commit 0bf3649
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0bf3649

Please sign in to comment.