@edgeros/fs 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tsconfig.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgeros/fs",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "files": [
5
5
  "src",
6
6
  "package.json",
package/tsconfig.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "baseUrl": "."
16
16
  },
17
17
  "include": [
18
- "*", "_require.ts", "fs.ts", "index.ts",
18
+ "*",
19
19
  ],
20
20
  "exclude": [
21
21
  "tests/**/*"