Skip to content

Commit

Permalink
refactor: unnecessary metadata from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Niraj-Kamdar committed Sep 2, 2023
1 parent 409e2b7 commit 574d9ed
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion packages/templates/plugin/python/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "templates-plugin-python",
"private": true,
"version": "0.11.3",
"scripts": {
"build": "npx polywrap codegen",
"test": "poetry run pytest"
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/plugin/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "sample"
version = "0.1.0"
description = ""
description = "Sample Polywrap plugin"
authors = ["Niraj <[email protected]>"]
readme = "README.md"

Expand Down
1 change: 0 additions & 1 deletion packages/templates/plugin/rust/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "templates-plugin-rust",
"private": true,
"version": "0.11.3",
"dependencies": {
"polywrap": "0.11.3"
}
Expand Down

0 comments on commit 574d9ed

Please sign in to comment.