Skip to content

Commit a9f846a

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [NPM] description fixed.
1 parent fb5e59d commit a9f846a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "projecteuler.net",
2+
"name": "algorithm-exercises-js",
33
"version": "1.0.0",
4-
"description": "Solutions to the first 100 problems from [Project Euler](https://projecteuler.net/)",
5-
"main": "src/problem0000-template.js",
4+
"description": "Algorithm exercises solved in Javascript ECMA6, running with Jest testing suite. Developed with TDD.",
5+
"main": "src/problem0000.js",
66
"scripts": {
77
"build": "npx --yes copyfiles --verbose -R --up 1 -e \"**/*.test.js\" -e \"**/*.config.js\" \"**/*.js\" dist/",
88
"start": "npm run test",

0 commit comments

Comments
 (0)