easy-file-system 5.0.8 → 5.0.11

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.
Files changed (3) hide show
  1. package/.aiignore +14 -0
  2. package/example.js +65 -10
  3. package/package.json +6 -6
package/.aiignore ADDED
@@ -0,0 +1,14 @@
1
+ .git
2
+ .idea
3
+ .swcrc
4
+ .npmrc
5
+ .DS_Store
6
+ .gitignore
7
+ lib
8
+ example.js
9
+ index.html
10
+ license.txt
11
+ node_modules
12
+ npm-debug.log
13
+ package-lock.json
14
+