Skip to content

Commit

Permalink
Improve: Update README & standardize package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatz committed Aug 26, 2020
1 parent 7490b2c commit 66c549e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ So I created this. Instead of calling `build && serve`, you call this tool, and
A tool similar to this one *probably* exists somewhere out there already. Regardless, this was a fun learning experience for me, and fits my needs.

## Installation
@TODO: Publish on NPM and provide link
In most cases, should probably be a dev dependency:

`yarn add static-build-cache -D`

Or

`npm install static-build-cache --save-dev`

## Usage

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
"static-build-cache": "dist/cli.js"
},
"files": [
"dist"
"dist/"
],
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "https://github.com/joshuatz/static-build-cache.git"
Expand Down

0 comments on commit 66c549e

Please sign in to comment.