@fontoxml/fontoxml-development-tools 3.8.0 → 3.8.1
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 +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ The Fonto Development Tools are command-line tools which offer support for devel
|
|
|
6
6
|
|
|
7
7
|
### Node
|
|
8
8
|
|
|
9
|
-
The tools require [NPM](https://www.npmjs.com/get-npm) on [Node.js®](https://nodejs.org/) version 12 or higher, which are freely available. An active or maintenence LTS release is recommended. After installing Node.js, you can install the latest version of the Fonto Development Tools globally on your system using the following command:
|
|
9
|
+
The tools require [NPM](https://www.npmjs.com/get-npm) on [Node.js®](https://nodejs.org/) version 12.20.x or higher, which are freely available. An active or maintenence LTS release is recommended. After installing Node.js, you can install the latest version of the Fonto Development Tools globally on your system using the following command:
|
|
10
10
|
|
|
11
11
|
npm i -g @fontoxml/fontoxml-development-tools
|
|
12
12
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fontoxml/fontoxml-development-tools",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@fontoxml/fontoxml-development-tools",
|
|
9
|
-
"version": "3.8.
|
|
9
|
+
"version": "3.8.1",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/core": "7.14.6",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fontoxml/fontoxml-development-tools",
|
|
3
3
|
"description": "Development tools for Fonto.",
|
|
4
|
-
"version": "3.8.
|
|
4
|
+
"version": "3.8.1",
|
|
5
5
|
"author": "The Fonto Team",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"keywords": [
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"fontoxml-development-tools": "./bin/development-tools.js"
|
|
16
16
|
},
|
|
17
17
|
"engines": {
|
|
18
|
-
"node": ">=12"
|
|
18
|
+
"node": ">=12.20"
|
|
19
19
|
},
|
|
20
20
|
"type": "module",
|
|
21
21
|
"scripts": {
|
|
@@ -104,4 +104,4 @@
|
|
|
104
104
|
"tmp": "0.2.1",
|
|
105
105
|
"ws": "7.4.4"
|
|
106
106
|
}
|
|
107
|
-
}
|
|
107
|
+
}
|