the-traveler
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "the-traveler", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "A Node.js API wrapper for the Destiny 2 API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -35,4 +35,2 @@ Table of Contents | ||
### Prerequisites | ||
@@ -54,3 +52,3 @@ | ||
If you want to use this package inside a es5 you can import it like so: | ||
If you want to use this package inside a ES5 project you can import it like so: | ||
@@ -67,3 +65,3 @@ ``` | ||
//Access the enums (example componentType profiles) | ||
var prorfilesType = Enums.ComponentType.Profiles; | ||
var profilesType = Enums.ComponentType.Profiles; | ||
@@ -147,3 +145,3 @@ ``` | ||
import Traveler from 'the-traveler'; | ||
import {ComponentType} from 'the-traveler/enums' | ||
import {ComponentType} from 'the-traveler/build/enums' | ||
@@ -242,3 +240,3 @@ const traveler = new Traveler({ | ||
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). | ||
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/alexanderwe/the-traveler/tags). | ||
@@ -245,0 +243,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
68407
256