Skip to content

Commit

Permalink
Add package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Nov 22, 2023
1 parent da90706 commit 7ba6a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "linux-user-provisioner",
"name": "@watonomous/linux-user-provisioner",
"version": "0.0.1",
"description": "A tool to provision linux users",
"main": "src/index.js",
"main": "src/index.mjs",
"scripts": {
"lint": "eslint src/**/*.mjs",
"test": "jest"
Expand Down

0 comments on commit 7ba6a77

Please sign in to comment.