Skip to content

Commit

Permalink
Prep before V1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Jun 2, 2022
1 parent b8f646a commit 318fc9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beam",
"version": "1.0.0",
"name": "beam-cli",
"version": "0.0.0",
"description": "A beautifully simple CLI for running Lighthouse audits on a statically generated (SSG) website",
"repository": "slicedsilver/beam",
"license": "MIT",
Expand All @@ -22,7 +22,9 @@
"format": "./node_modules/.bin/prettier --write ./.prettierrc.json --check \"./src/**/*.{js,ts,tsx,jsx,md}\""
},
"files": [
"dist/cli.js"
"dist/**/*.*",
"docs/**/*.*",
"CHANGELOG.md"
],
"keywords": [
"lighthouse",
Expand Down

0 comments on commit 318fc9c

Please sign in to comment.