Skip to content

Commit

Permalink
chore: version v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Aug 6, 2024
1 parent 80bef76 commit a277c5c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### 0.0.1

- chore: configure linters and build tools [`80bef76`](https://github.com/DIY0R/file-graph/commit/80bef767061f1cf78f8c6efd92af4722e1cf8cde)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file-graph",
"version": "0.0.0",
"version": "0.0.1",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"prettier": "prettier 'lib/**/**.{js,ts}' 'test/**/**.{js,ts}' --check --ignore-unknown",
"prettier:fix": "prettier lib/**/**.{js,ts}' 'test/**/**.{js,ts}' -w",
"lint": "eslint",
"lint:fix" :"eslint --fix",
"lint:fix": "eslint --fix",
"prepare": "husky",
"release": "release-it"
},
Expand All @@ -36,7 +36,9 @@
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0"
},
"overrides": {"eslint":"^9.8.0"},
"overrides": {
"eslint": "^9.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/DIY0R/file-graph"
Expand Down

0 comments on commit a277c5c

Please sign in to comment.