@harvest-profit/api
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@harvest-profit/api", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Adds authentication to api requests and manages cookie.", | ||
"main": "dist/index.js", | ||
"private": false, | ||
"files": [ | ||
@@ -12,6 +13,5 @@ "LICENSE.md", | ||
"dependencies": { | ||
"@harvest-profit/api-core": "0.0.4", | ||
"axios": "^0.18.0", | ||
"js-cookie": "^2.2.0", | ||
"raven-js": "^3.26.4", | ||
"react-router-redux": "^4.0.8" | ||
"js-cookie": "^2.2.0" | ||
}, | ||
@@ -29,6 +29,7 @@ "devDependencies": { | ||
"scripts": { | ||
"build": "babel src -d dist --source-maps", | ||
"build": "rm -rf ./dist/* && babel src -d dist --source-maps", | ||
"test": "jest --coverage", | ||
"build-docs": "jsdoc src/* --configure jsdoc.conf.json --destination docs --readme README.md", | ||
"pre-publish": "yarn run build", | ||
"authenticate": "git config --global user.email $GH_EMAIL && git config --global user.name $GH_NAME", | ||
"publish-docs": "yarn run build-docs && gh-pages -d docs -m '[ci skip] update pages'" | ||
@@ -35,0 +36,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
34560
3
+ Added@harvest-profit/api-core@0.0.4(transitive)
- Removedraven-js@^3.26.4
- Removedreact-router-redux@^4.0.8
- Removedraven-js@3.27.2(transitive)
- Removedreact-router-redux@4.0.8(transitive)