@twreporter/registration
Advanced tools
Comparing version 2.2.1-beta to 2.2.1-beta-2
@@ -162,2 +162,5 @@ 'use strict'; | ||
if (!userId || !token) { | ||
return Promise.reject('User\'s info is not stored in the localStorage'); | ||
} | ||
var axiosInstance = getAxiosInstance(token); | ||
@@ -164,0 +167,0 @@ var url = '' + apiUrl + userPath + '/' + userId + bookmarkPath + '/' + bookmarkSlug + '?host=' + host; |
{ | ||
"name": "@twreporter/registration", | ||
"version": "2.2.1-beta", | ||
"version": "2.2.1-beta-2", | ||
"description": "account registration system ", | ||
@@ -41,3 +41,3 @@ "main": "lib/index.js", | ||
"eslint-plugin-react": "^7.1.0", | ||
"gulp": "github:gulpjs/gulp#4.0", | ||
"gulp": "4.0.0", | ||
"gulp-babel": "^6.1.2", | ||
@@ -47,2 +47,3 @@ "gulp-rename": "^1.2.2", | ||
"nock": "^9.1.0", | ||
"precommit-hook": "^3.0.0", | ||
"react": "^16.0.0", | ||
@@ -67,3 +68,8 @@ "react-redux": "^4.4.5", | ||
"styled-components": "^2.1.1" | ||
} | ||
}, | ||
"pre-commit": [ | ||
"lint", | ||
"validate", | ||
"test" | ||
] | ||
} |
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
370911
60
3914
25