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