Skip to content

Commit

Permalink
add warning about the artifactory-publish branch
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycozza committed May 11, 2020
1 parent 3a7630d commit 2e5f904
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# eslint-config-frontier

## NPM Publish Warning
This repo has a special branch called "artifactory-publish" that publishes to artifactory.
Any changes to the master branch should be merged into the artifactory-publish branch as
well as the version bumped so a new version will get published.

### If you are looking for our eslint-config for react, that is located at [eslint-config-frontier-react](https://github.com/fs-webdev/eslint-config-frontier-react)

- A common ESLint configuration for frontier apps to base off of. The rules were gathered and polled from
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-frontier",
"version": "3.1.0",
"version": "3.1.1",
"description": "A common ESLint configuration setup for frontier apps to base off of.",
"main": "index.js",
"scripts": {
Expand All @@ -24,7 +24,6 @@
"eslint": ">= 5"
},
"dependencies": {
"eslint-plugin-jsdoc": "^8.0.1",
"joeytestdeleteme": "github:fs-webdev/joeytestdeleteme"
"eslint-plugin-jsdoc": "^8.0.1"
}
}

0 comments on commit 2e5f904

Please sign in to comment.