Skip to content

Commit

Permalink
[cli] Add a published readme (#4182)
Browse files Browse the repository at this point in the history
* create readme for cli

* add consistent period

* update some links that get published

* remove readme

* copy readme from root
  • Loading branch information
Brianzchen committed Nov 29, 2021
1 parent cdc4445 commit 6936a0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -34,6 +34,7 @@ cli/dist/*
cli/.test-dir/*
cli/.flow-bins-cache/*
cli/package-lock.json
cli/README.md

# Editors
.vscode
Expand Down
7 changes: 4 additions & 3 deletions cli/package.json
Expand Up @@ -2,13 +2,13 @@
"name": "flow-typed",
"description": "A repository of high quality flow type definitions",
"license": "MIT",
"homepage": "https://github.com/flow-typed/flow-typed#readme",
"homepage": "https://flow-typed.github.io/flow-typed",
"repository": {
"type": "git",
"url": "git+https://github.com/flow-typed/flow-typed.git"
},
"bugs": {
"url": "https://github.com/flow-typed/flow-typed/issues"
"url": "https://github.com/flow-typed/flow-typed/issues/new/choose"
},
"version": "3.5.0",
"main": "dist/cli.js",
Expand All @@ -21,7 +21,8 @@
"clean": "rimraf dist",
"flow": "flow",
"lint": "eslint .",
"prepublish": "mkdirp dist && yarn test",
"prepare": "mkdirp dist && yarn test",
"prepublishOnly": "cp ../README.md .",
"test": "yarn clean && yarn build && yarn test-quick",
"test-quick": "jest && yarn lint && yarn flow",
"watch": "mkdirp dist && babel --source-maps --watch=./src --out-dir=./dist"
Expand Down

0 comments on commit 6936a0c

Please sign in to comment.