Skip to content

Commit

Permalink
updating package settings for publishing to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
colevscode committed Jul 13, 2020
1 parent 283d3af commit 6528a5b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "@statickit/cli",
"name": "@formspree/cli",
"version": "0.9.0",
"description": "The StaticKit command line interface",
"description": "The Formspree command line interface",
"keywords": [
"dotenv",
"statickit"
"formspree"
],
"homepage": "https://github.com/unstacked/statickit-cli#readme",
"homepage": "https://github.com/formspree/formspree-cli#readme",
"bugs": {
"url": "https://github.com/unstacked/statickit-cli/issues"
"url": "https://github.com/formspree/formspree-cli/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/unstacked/statickit-cli.git"
"url": "https://github.com/formspree/formspree-cli.git"
},
"license": "MIT",
"author": "Derrick Reimer",
"files": [
"src"
],
"bin": {
"statickit": "bin/statickit"
"formspree": "bin/statickit"
},
"scripts": {
"release": "np",
Expand Down Expand Up @@ -65,9 +65,9 @@
"node": ">= 8"
},
"publishConfig": {
"access": "public"
"access": "restricted"
},
"np": {
"yarn": false
}
}
}

0 comments on commit 6528a5b

Please sign in to comment.