Skip to content

Commit cd0511c

Browse files
committed
chore: update package.json
1 parent a86e1d3 commit cd0511c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "unit-testing-nestjs-using-typeorm-in-memory",
3-
"version": "0.0.1",
4-
"description": "",
5-
"author": "",
3+
"version": "0.0.0",
4+
"description": "a dev.to article on unit testing nestjs project using typeorm and in memory db",
5+
"author": "Julien Prugne <julien@webeleon.dev>",
66
"private": true,
7-
"license": "UNLICENSED",
7+
"license": "MIT",
88
"scripts": {
99
"prebuild": "rimraf dist",
1010
"build": "nest build",

0 commit comments

Comments
 (0)