Comparing version 2.0.8 to 2.0.9
@@ -158,4 +158,3 @@ | ||
declare const strava : Strava; | ||
export = strava; | ||
export as namespace strava; | ||
declare const strava: Strava; | ||
export default strava; |
{ | ||
"name": "strava-v3", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "Simple wrapper for strava v3 API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,2 +38,12 @@ | ||
## Import syntax | ||
Importing only the library: | ||
``` | ||
import strava from 'strava-v3'; | ||
``` | ||
Importing both the library as well as interfaces: | ||
``` | ||
import { default as strava, Strava } from 'strava-v3'; | ||
``` | ||
## Quick start | ||
@@ -40,0 +50,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138723
429
2479