holidoit 1.0.111 → 1.0.112
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 +13 -13
- package/dist/holidoit.umd.js +2 -2
- package/package.json +116 -116
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
# Holidoit Browser JS Library
|
|
2
|
-
|
|
3
|
-
This library is for the booking box embed code for holidoit.
|
|
4
|
-
|
|
5
|
-
## Build
|
|
6
|
-
|
|
7
|
-
The app is build via webpack
|
|
8
|
-
|
|
9
|
-
## Structure
|
|
10
|
-
|
|
11
|
-
1. `/src` folder has the code for the embed
|
|
12
|
-
2. `playground` folder is for tests to simulate real-world scenarios
|
|
13
|
-
3. `.github` folder has the ci/cd such as uploading file to a CDN, etc.
|
|
1
|
+
# Holidoit Browser JS Library
|
|
2
|
+
|
|
3
|
+
This library is for the booking box embed code for holidoit.
|
|
4
|
+
|
|
5
|
+
## Build
|
|
6
|
+
|
|
7
|
+
The app is build via webpack
|
|
8
|
+
|
|
9
|
+
## Structure
|
|
10
|
+
|
|
11
|
+
1. `/src` folder has the code for the embed
|
|
12
|
+
2. `playground` folder is for tests to simulate real-world scenarios
|
|
13
|
+
3. `.github` folder has the ci/cd such as uploading file to a CDN, etc.
|