Skip to content

Commit

Permalink
[CONFIG] [NPM] project name and description updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Diaz committed Jun 12, 2024
1 parent edf001b commit 9ccdf1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"author": "Gonzalo Diaz <[email protected]>",
"description": "Solutions to the first 100 problems from [Project Euler](https://projecteuler.net/)",
"description": "Algorithm exercises solved in Typescript, running with Jest testing suite. Developed with TDD.",
"license": "MIT",
"main": "src/problem0000-template.ts",
"name": "projecteuler.net",
"name": "algorithm-exercises-ts",
"type": "module",
"version": "1.0.0",
"dependencies": {
Expand Down

0 comments on commit 9ccdf1c

Please sign in to comment.