Skip to content

Commit

Permalink
Remove unnecessary package.json properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaehring committed Jul 11, 2023
1 parent 988da0c commit 05239e7
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions packages/field-scripts/create-module/template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"name": "field-module-observations",
"version": "2.0.0-alpha.1",
"description": "Take photos and quick notes from the farm.",
"version": "0.0.0",
"main": "module.config.js",
"type": "module",
"scripts": {
Expand All @@ -11,21 +9,10 @@
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/farmOS/field-kit.git"
},
"keywords": [
"farmOS"
],
"author": "Jamie Gaehring <gaehj457@gmail.com> (https://jgaehring.com)",
"license": "GPL-3.0-or-later",
"dependencies": {},
"devDependencies": {
"field-scripts": "2.0.0-alpha.1"
},
"bugs": {
"url": "https://github.com/farmOS/field-kit/issues"
},
"homepage": "https://github.com/farmOS/field-kit#readme"
}
}

0 comments on commit 05239e7

Please sign in to comment.