Skip to content

Commit

Permalink
chore: post-move cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Jul 20, 2024
1 parent 8bb293b commit 26a18f1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 10 deletions.
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "@rexovolt/november",
"author": {
"name": "Rexogamer",
"email": "[email protected]"
},
"license": "MIT",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/rexovolt/november.git"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"typescript": "^5.5.3"
}
}
18 changes: 8 additions & 10 deletions packages/termivolt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rexovolt/termivolt.git"
"url": "git+https://github.com/rexovolt/november.git"
},
"keywords": [
"revolt",
Expand All @@ -22,13 +22,13 @@
"name": "Rexogamer",
"email": "[email protected]"
},
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/rexovolt/termivolt/issues"
"url": "https://github.com/rexovolt/november/issues"
},
"homepage": "https://github.com/rexovolt/termivolt#readme",
"homepage": "https://github.com/rexovolt/november/tree/main/packages/termivolt#readme",
"engines": {
"node": ">=16"
"node": ">=18"
},
"bin": {
"termivolt": "dist/index.cjs"
Expand All @@ -47,8 +47,6 @@
"esbuild": "^0.23.0",
"inquirer": "^9.1.4",
"revchiver": "^0.6.0",
"revolt.js": "^6.0.20",
"typescript": "^5.5.3"
},
"packageManager": "[email protected]"
}
"revolt.js": "^6.0.20"
}
}

0 comments on commit 26a18f1

Please sign in to comment.