@mimik/local 6.0.0 → 6.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/README.md CHANGED
@@ -83,7 +83,7 @@ Similar properties than for mSTConfig on `domainName` and `port` apply.
83
83
  - for `key.json`:
84
84
  ``` javascript
85
85
  {
86
- "gitbub": {
86
+ "bitbucket": {
87
87
  "username": "username to access the bitbucket account",
88
88
  "password": "password to access the bitbucket account"
89
89
  },
@@ -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/index.js CHANGED
@@ -137,7 +137,7 @@ const getBasePath = (apiDef) => apiDef.basePath || apiDef.servers[0].url;
137
137
  * - for `key.json`:
138
138
  * ``` javascript
139
139
  * {
140
- * "gitbub": {
140
+ * "bitbucket": {
141
141
  * "username": "username to access the bitbucket account",
142
142
  * "password": "password to access the bitbucket account"
143
143
  * },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimik/local",
3
- "version": "6.0.0",
3
+ "version": "6.0.2",
4
4
  "description": "Local setup configuration for normal and test opreration",
5
5
  "main": "index.js",
6
6
  "scripts": {