xpt-shared-types 1.0.2 → 1.0.3

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
@@ -16,7 +16,7 @@ Shared TypeScript types and data for XPT projects.
16
16
 
17
17
  2. Import types and data:
18
18
  ```ts
19
- import { Country, COUNTRIES_LIST } from 'xpt-shared-types';
19
+ import { Country, COUNTRIES_LIST } from "xpt-shared-types";
20
20
  ```
21
21
 
22
22
  ## Development
@@ -1,2 +1,2 @@
1
- import { Country } from '../types/country';
1
+ import { Country } from "../types/country";
2
2
  export declare const COUNTRIES_LIST: Country[];