@tulipnpm/timekit_project_selector 1.2.0 → 2.0.1-rc.0
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 +4 -5
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -6,8 +6,8 @@ The TimeKit Project Selector is a library that extends the functionality of [Tim
|
|
|
6
6
|
|
|
7
7
|
```html
|
|
8
8
|
<script src="https://cdn.jsdelivr.net/npm/@tulipnpm/timekit_project_selector@latest/dist/timekit_project_selector.min.js"></script>
|
|
9
|
-
<
|
|
10
|
-
<script src="
|
|
9
|
+
<link rel="stylesheet" href="https://cdn.timekit.io/booking-js/v3/booking.min.css" />
|
|
10
|
+
<script type="text/javascript" src="//cdn.timekit.io/booking-js/v3/booking.min.js" defer></script>
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Initialization
|
|
@@ -387,10 +387,9 @@ timekit_project_selector.selectProject(timekitProject);
|
|
|
387
387
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
388
388
|
<title>Custom UI - TimeKit Project Selector Example</title>
|
|
389
389
|
|
|
390
|
-
<!-- jquery is required for Booking.js -->
|
|
391
|
-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
|
392
390
|
<!-- Booking.js minified dependency -->
|
|
393
|
-
<
|
|
391
|
+
<link rel="stylesheet" href="https://cdn.timekit.io/booking-js/v3/booking.min.css" />
|
|
392
|
+
<script type="text/javascript" src="//cdn.timekit.io/booking-js/v3/booking.min.js" defer></script>
|
|
394
393
|
<!-- Tulip Project selector -->
|
|
395
394
|
<script src="./../dist/timekit_project_selector.min.js"></script>
|
|
396
395
|
</head>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tulipnpm/timekit_project_selector",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1-rc.0",
|
|
4
4
|
"description": "TimeKit Project Selector",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/runtime": "^7.12.5",
|
|
35
35
|
"axios": "^0.21.1",
|
|
36
|
-
"jquery": "^3.5.1",
|
|
37
36
|
"lodash": "^4.17.20"
|
|
38
37
|
}
|
|
39
38
|
}
|