mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Updated package json for publishing upstream
- cleans up package json for publish to npm
This commit is contained in:
parent
d9f7534169
commit
e6c7d66553
1 changed files with 22 additions and 2 deletions
|
@ -1,9 +1,22 @@
|
|||
{
|
||||
"name": "sodo-search",
|
||||
"name": "@tryghost/sodo-search",
|
||||
"version": "0.1.0",
|
||||
"license": "MIT",
|
||||
"repository": "git@github.com:TryGhost/sodo-search.git",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:TryGhost/sodo-search.git"
|
||||
},
|
||||
"author": "Ghost Foundation",
|
||||
"unpkg": "umd/sodo-search.min.js",
|
||||
"files": [
|
||||
"umd/",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "5.16.2",
|
||||
"@testing-library/react": "12.1.2",
|
||||
|
@ -56,6 +69,13 @@
|
|||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"jest": {
|
||||
"coverageReporters": [
|
||||
"cobertura",
|
||||
"text-summary",
|
||||
"html"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.7",
|
||||
"chalk": "4.1.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue