We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16894da commit 5aec417Copy full SHA for 5aec417
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "api-nestjs",
3
- "version": "1.1.0",
+ "version": "2.0.0",
4
"description": "",
5
"author": "Alikuxac",
6
"license": "MIT",
@@ -11,7 +11,7 @@
11
"@modules/*": "./dist/modules/*.js",
12
"@utils/*": "./dist/utils/*.js"
13
},
14
- "scripts": {
+ "scripts": {
15
"prebuild": "rimraf dist",
16
"build": "nest build",
17
"format": "prettier --write \"src/**/*.ts\" \"libs/**/*.ts\"",
0 commit comments