Skip to content

Commit

Permalink
Merge pull request #138 from kpfromer/chore/minor-changes
Browse files Browse the repository at this point in the history
chore: update to new cu api version
  • Loading branch information
kpfromer authored Aug 18, 2021
2 parents 67daa66 + 70a9fd6 commit ed3c8ac
Show file tree
Hide file tree
Showing 18 changed files with 321 additions and 18 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .npmignore
100644 → 100755
Empty file.
Empty file modified .prettierrc.js
100644 → 100755
Empty file.
Empty file modified CHANGELOG.md
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ const CUSession = require('cu-api').CUSession;
})();
```

### CLI

Make sure to install `libsecret` (https://github.com/atom/node-keytar).

## How it Works

`cu-api` uses `superagent` a http request library to act like a user and login
Expand Down
Empty file modified commitlint.config.js
100644 → 100755
Empty file.
9 changes: 7 additions & 2 deletions package.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"engines": {
"node": ">=8.10.0"
},
"files": ["lib/**/*"],
"files": [
"lib/**/*"
],
"keywords": [
"cu",
"cu-boulder",
Expand Down Expand Up @@ -51,7 +53,10 @@
"semantic-release": "17.4.2",
"ts-node": "8.10.2",
"tslint": "6.1.3",
"typescript": "4.3.5"
"typescript": "4.3.5",
"@types/inquirer": "^7.3.3",
"chalk": "^4.1.2",
"inquirer": "^8.1.2"
},
"release": {
"plugins": [
Expand Down
151 changes: 151 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified renovate.json
100644 → 100755
Empty file.
Loading

0 comments on commit ed3c8ac

Please sign in to comment.