We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb2135 commit 8d64760Copy full SHA for 8d64760
2 files changed
ChangeLog
@@ -1,3 +1,13 @@
1
+2019.09.20, v2.0.0
2
+
3
+feature:
4
+- (format-io) drop support of legacy
5
+- (package) nyc v14.1.1
6
+- (package) eslint v6.4.0
7
+- (package) currify v4.0.0
8
+- (package) eslint-plugin-node v10.0.0
9
10
11
2018.10.10, v1.0.3
12
13
feature:
package.json
@@ -1,6 +1,6 @@
{
"name": "format-io",
- "version": "1.0.3",
+ "version": "2.0.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Format size, permissions",
"homepage": "http://github.com/coderaiser/format-io",
@@ -14,7 +14,6 @@
14
"permissions"
15
],
16
"scripts": {
17
- "wisdom": "madrun wisdom",
18
"fix:lint": "madrun fix:lint",
19
"lint": "madrun lint",
20
"lint:test": "madrun lint:test",
0 commit comments