Skip to content

Commit

Permalink
chore: update fields: imports, repository, files
Browse files Browse the repository at this point in the history
Co-authored-by: Jeroen Claassens <[email protected]>
  • Loading branch information
enxg and favna committed Sep 22, 2021
1 parent 3c5ec99 commit c1757a6
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
"types": "dist/index.d.ts",
"author": "@sapphire",
"license": "MIT",
"private": false,
"bin": {
"sapphire": "./bin/run"
},
"imports": {
"#prompts": "./dist/prompts/index.js",
"#functions": "./dist/functions/index.js"
},
"scripts": {
"lint": "eslint src --ext ts --fix",
"format": "prettier --write src/**/*.ts",
Expand Down Expand Up @@ -58,16 +61,11 @@
"ts-node": "^10.2.0",
"typescript": "^4.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sapphiredev/cli.git"
},
"files": [
"dist",
"!dist/*.tsbuildinfo",
"/bin",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
"bin",
"oclif.manifest.json"
],
"engines": {
"node": ">=16.7.0",
Expand All @@ -83,6 +81,10 @@
"sapphire",
"discordjs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sapphiredev/cli.git"
},
"bugs": {
"url": "https://github.com/sapphiredev/cli/issues"
},
Expand Down Expand Up @@ -120,9 +122,5 @@
"plugins": [
"@oclif/plugin-help"
]
},
"imports": {
"#prompts": "./dist/prompts/index.js",
"#functions": "./dist/functions/index.js"
}
}

0 comments on commit c1757a6

Please sign in to comment.