angular-apollo
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -44,3 +44,2 @@ "use strict"; | ||
var tokens = this.apiTokenStore.get(); | ||
console.log(tokens); | ||
if (!tokens) { | ||
@@ -47,0 +46,0 @@ this.apiTokenStore.events.error(new ApiAuthorisationError({ |
{ | ||
"name": "angular-apollo", | ||
"description": "An API client for the 7digital Apollo platform built for Angular 2 projects.", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "dist/index.js", | ||
@@ -16,3 +16,4 @@ "repository": "https://github.com/7digital/angular-apollo.git", | ||
"lint": "tslint app/**/*.ts", | ||
"test": "npm run clean && npm run tsc && npm run lint && karma start" | ||
"test": "npm run clean && npm run tsc && npm run lint && karma start", | ||
"prepublish": "npm run tsc" | ||
}, | ||
@@ -19,0 +20,0 @@ "typings": "dist/index", |
Sorry, the diff of this file is not supported yet
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
64929
864