RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@edgeros/fs
Versions diffs
0.0.2 → 0.0.5
@edgeros/fs 0.0.2 → 0.0.5
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/tsconfig.json
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@edgeros/fs",
3
-
"version": "0.0.
2
",
3
+
"version": "0.0.
5
",
4
4
"files": [
5
5
"src",
6
6
"package.json",
package/tsconfig.json
CHANGED
Viewed
@@ -15,7 +15,7 @@
15
15
"baseUrl": "."
16
16
},
17
17
"include": [
18
-
"
src/**/*
",
"_require.ts", "fs.ts",
18
+
"
*
",
19
19
],
20
20
"exclude": [
21
21
"tests/**/*"