@mimik/local 6.0.0 → 6.0.1

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.
@@ -9,6 +9,9 @@ local/testStart.json
9
9
  test/.testConfig.json
10
10
  build/config.gypi
11
11
 
12
+ # generated code
13
+ src/build/*
14
+
12
15
  # Logs
13
16
  logs
14
17
  *.log
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimik/local",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Local setup configuration for normal and test opreration",
5
5
  "main": "index.js",
6
6
  "scripts": {