Skip to content

Commit 5aec417

Browse files
committed
chore: release 2.0
1 parent 16894da commit 5aec417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-nestjs",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "",
55
"author": "Alikuxac",
66
"license": "MIT",
@@ -11,7 +11,7 @@
1111
"@modules/*": "./dist/modules/*.js",
1212
"@utils/*": "./dist/utils/*.js"
1313
},
14-
"scripts": {
14+
"scripts": {
1515
"prebuild": "rimraf dist",
1616
"build": "nest build",
1717
"format": "prettier --write \"src/**/*.ts\" \"libs/**/*.ts\"",

0 commit comments

Comments
 (0)