@foal/cli 3.1.0 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -13
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,13 +8,6 @@
|
|
|
8
8
|
<a href="https://github.com/FoalTS/foal/blob/master/LICENSE">
|
|
9
9
|
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT">
|
|
10
10
|
</a>
|
|
11
|
-
<img src="https://img.shields.io/badge/node-%3E%3D10-brightgreen.svg" alt="node version">
|
|
12
|
-
<a href="https://badge.fury.io/js/%40foal%2Fcli">
|
|
13
|
-
<img src="https://badge.fury.io/js/%40foal%2Fcli.svg" alt="npm version">
|
|
14
|
-
</a>
|
|
15
|
-
<a href="https://github.com/FoalTS/foal/actions">
|
|
16
|
-
<img src="https://github.com/FoalTS/foal/workflows/Test/badge.svg" alt="Build Status">
|
|
17
|
-
</a>
|
|
18
11
|
<a href="https://snyk.io/test/npm/@foal/cli">
|
|
19
12
|
<img src="https://snyk.io/test/npm/@foal/cli/badge.svg" alt="Known Vulnerabilities">
|
|
20
13
|
</a>
|
|
@@ -24,12 +17,6 @@
|
|
|
24
17
|
<a href="https://github.com/FoalTS/foal/commits/master">
|
|
25
18
|
<img src="https://img.shields.io/github/last-commit/FoalTS/foal.svg" alt="Last commit">
|
|
26
19
|
</a>
|
|
27
|
-
<a href="https://img.shields.io/badge/2FA-npm,%20GitHub-green.svg">
|
|
28
|
-
<img src="https://img.shields.io/badge/2FA-npm,%20GitHub-green.svg" alt="2FA">
|
|
29
|
-
</a>
|
|
30
|
-
<a href="https://discord.gg/QUrJv98">
|
|
31
|
-
<img src="https://img.shields.io/badge/Chat-Discord-blue.svg" alt="2FA">
|
|
32
|
-
</a>
|
|
33
20
|
</p>
|
|
34
21
|
|
|
35
22
|
## What is Foal?
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foal/cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "CLI tool for FoalTS",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"ts-node": "~10.9.1",
|
|
74
74
|
"typescript": "~4.7.4"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "18795d8b1b8e9e55c1f5127bcda00dd0e7ee6ede"
|
|
77
77
|
}
|