xcally-nest-library 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/.vscode/settings.json +1 -3
- package/package.json +2 -2
package/.vscode/settings.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "xcally-nest-library",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.2",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"license": "UNLICENSED",
|
9
9
|
"scripts": {
|
10
10
|
"prepublish": "pnpm build",
|
11
|
-
"build": "
|
11
|
+
"build": "tsc",
|
12
12
|
"build:watch": "rimraf dist && tsc-watch -b -v",
|
13
13
|
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
14
14
|
"prettier:check": "prettier --check ./**/*.{ts,js,json,*rc}",
|