Skip to content

Commit

Permalink
Add metadata to package.json + set correct initial version & mark public
Browse files Browse the repository at this point in the history
  • Loading branch information
jasikpark committed Sep 22, 2021
1 parent 63b2718 commit 0c81fcf
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
{
"name": "prettier-plugin-astro",
"version": "0.0.6",
"version": "0.0.1",
"description": "A Prettier Plugin for formatting Astro files",
"main": "src/index.js",
"type": "commonjs",
"private": true,
"homepage": "https://github.com/snowpackjs/prettier-plugin-astro/",
"issues": {
"url": "https://github.com/snowpackjs/prettier-plugin-astro/issues"
},
"license": "MIT",
"keywords": [
"prettier-plugin",
"prettier",
"astro",
"formatter"
],
"repository": {
"type": "git",
"url": "https://github.com/snowpackjs/prettier-plugin-astro.git"
},
"scripts": {
"test": "ava test/*.test.mjs",
"release": "changeset publish",
Expand Down

0 comments on commit 0c81fcf

Please sign in to comment.