Skip to content

Commit

Permalink
chore(main): release website 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 19, 2022
1 parent 266ac93 commit d21b7db
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.0.1 (2022-11-19)


### Miscellaneous Chores

* release 0.0.1 ([266ac93](https://github.com/mobsites/cart180.website/commit/266ac933da0e0ee8447f3a7d19c52a1296b849fb))
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cart180/website",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"lint": "eslint .",
"format": "eslint . --fix"
Expand All @@ -21,7 +21,10 @@
"prettier",
"plugin:prettier/recommended"
],
"ignorePatterns": ["node_modules", ".*"],
"ignorePatterns": [
"node_modules",
".*"
],
"rules": {
"prettier/prettier": [
"error",
Expand Down Expand Up @@ -50,6 +53,8 @@
}
},
"lint-staged": {
"!.*": ["eslint . --fix"]
"!.*": [
"eslint . --fix"
]
}
}

0 comments on commit d21b7db

Please sign in to comment.