@trackunit/css-core 0.0.43-alpha-5162616e1.0 → 0.0.43

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 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,9 +7,9 @@ Our custom Theme is defined by the Tailwind configuration (tailwind.config) and
7
7
 
8
8
  Trackunit Iris Apps are used by external developers to integrate custom functionality into [the Trackunit Manager platform](https://www.trackunit.com/services/manager/).
9
9
 
10
- For a full guide on Iris App Development, please visit our [Developer Hub](https://developers.trackunit.com/)
10
+ For more info and a full guide on Iris App SDK Development, please visit our [Developer Hub](https://developers.trackunit.com/).
11
11
  ## Trackunit
12
- This package was developed by Trackunit ApS.
12
+ This package was developed by Trackunit ApS.
13
13
  Trackunit is the leading SaaS-based IoT solution for the construction industry, offering an ecosystem of hardware, fleet management software & telematics.
14
14
 
15
15
  ![The Trackunit logo](https://trackunit.com/wp-content/uploads/2022/03/top-logo.svg)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@trackunit/css-core",
3
- "version": "0.0.43-alpha-5162616e1.0",
3
+ "version": "0.0.43",
4
4
  "main": "src/lib/core.css",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
- "license": "UNLICENSED"
6
+ "license": "MIT"
7
7
  }