Update package.json

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-08-14 09:35:39 +05:30 committed by GitHub
parent 8c717ee06d
commit 5be2e8a34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -3,10 +3,10 @@
"version": "1.1.3",
"description": "The official Prettier configuration for bravo68web projects",
"author": "Bravo68web <hi@b68.dev> (https://github.com/bravo68web/)",
"homepage": "https://github.com/bravo68web/nodejs-config#readme",
"homepage": "https://github.com/bravo68web/node-config#readme",
"repository": "git+https://github.com/bravo68web/nodejs-config",
"bugs": {
"url": "https://github.com/bravo68web/nodejs-config/issues"
"url": "https://github.com/bravo68web/node-config/issues"
},
"main": "index.json",
"files": [
@ -34,6 +34,7 @@
"prettier-config"
],
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
}
}