Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
build: add support for github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
davidacevedo committed Feb 7, 2022
1 parent fe34b1a commit a5c1c02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "eslint-config-appfolio-base",
"name": "@appfolio/eslint-config-appfolio-base",
"version": "1.1.0",
"description": "Appfolio ESLint base config",
"main": "index.js",
"author": "Appfolio, Inc.",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"lint": "eslint .",
"postpublish": "git push --no-verify && git push --tags"
Expand Down

0 comments on commit a5c1c02

Please sign in to comment.