Skip to content

Commit 0d87f0e

Browse files
committed
- Fix: login/edit/add issues (must be body only; request requires post method now; use non-deprecated token-retrieval)
- Fix: Error not given to `_onError` promise when `response` is not an object - Git: Add `package-lock.json` to ignore file - npm: Update request - npm: Add recommended `package.json` fields (used on npmjs.com)
1 parent 3900153 commit 0d87f0e

3 files changed

Lines changed: 109 additions & 86 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules/*
1+
node_modules
2+
package-lock.json

0 commit comments

Comments
 (0)