Skip to content

Commit

Permalink
Scope field-scripts & create-fm for npm registry.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaehring committed Aug 29, 2023
1 parent 0231d46 commit cca8cc7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
26 changes: 14 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/create-field-module/bin/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"farmOS"
],
"devDependencies": {
"field-scripts": "2.0.0-alpha.1"
"@farmos.org/field-scripts": "2.0.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-field-module/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "create-field-module",
"name": "@farmos.org/create-field-module",
"version": "2.0.0-alpha.1",
"description": "Scaffold a Field Module for development with farmOS Field Kit.",
"bin": "bin/run.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/field-module-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Jamie Gaehring <gaehj457@gmail.com> (https://jgaehring.com)",
"license": "GPL-3.0-or-later",
"devDependencies": {
"field-scripts": "2.0.0-alpha.1"
"@farmos.org/field-scripts": "2.0.0-alpha.1"
},
"repository": {
"type": "git",
Expand Down
6 changes: 2 additions & 4 deletions packages/field-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"name": "field-scripts",
"name": "@farmos.org/field-scripts",
"version": "2.0.0-alpha.1",
"description": "Node scripts for farmOS Field Kit and Field Modules.",
"bin": {
"field-scripts": "bin/field-scripts.js"
},
"bin": "bin/field-scripts.js",
"main": "bin/field-scripts.js",
"type": "module",
"scripts": {
Expand Down

0 comments on commit cca8cc7

Please sign in to comment.