@themartiancompany/fs 0.0.1 → 0.0.2
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/fs +2 -2
- package/package.json +1 -1
package/fs
CHANGED
|
@@ -47,8 +47,8 @@ function
|
|
|
47
47
|
"'opfs' module is listed in developer " +
|
|
48
48
|
"dependencies and install them." +
|
|
49
49
|
"I'm sorry for this inconvenience but " +
|
|
50
|
-
"Node packagement system does not currently"
|
|
51
|
-
"distinguish 'development' from 'build'"
|
|
50
|
+
"Node packagement system does not currently " +
|
|
51
|
+
"distinguish 'development' from 'build' " +
|
|
52
52
|
"dependencies.";
|
|
53
53
|
console.error(
|
|
54
54
|
_msg);
|