Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jan 10, 2023
1 parent ad3c1b8 commit 9eefc51
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
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.

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-yaml",
"version": "0.0.0",
"version": "0.1.0",
"description": "",
"bin": "lib/index.js",
"scripts": {
Expand All @@ -21,9 +21,15 @@
},
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [ "/node_modules/", "./lib" ]
"testPathIgnorePatterns": [
"/node_modules/",
"./lib"
]
},
"keywords": ["yaml", "prettier"],
"keywords": [
"yaml",
"prettier"
],
"license": "Apache-2.0",
"dependencies": {
"fast-glob": "^3.2.12",
Expand Down

0 comments on commit 9eefc51

Please sign in to comment.