Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Dec 16, 2020
1 parent b92cf95 commit a5e3392
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
userConf.yml
11 changes: 11 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ; =>
semi: false

# "" => ''
singleQuote: true

# (arg) => {} => arg => {}
arrowParens: avoid

# tab Width
tabWidth: 2
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "whpu-cas-login-in",
"version": "1.0.0",
"description": "auto login in ",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"whpu"
],
"author": "beetcb",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.0",
"conf": "^7.1.2",
"inquirer": "^7.3.3",
"js-yaml": "^3.14.1"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.3",
"crypto": "^1.0.1",
"node-fetch": "^2.6.1"
}
}

0 comments on commit a5e3392

Please sign in to comment.