Skip to content

Commit

Permalink
Added publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
jpech-tibco committed Mar 14, 2023
1 parent ff84114 commit 8c9785b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@apidevtools/json-schema-ref-parser",
"name": "@jpech-tibco/json-schema-ref-parser",
"version": "0.0.0-dev",
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
"keywords": [
Expand Down Expand Up @@ -60,7 +60,7 @@
"build": "rm -fr dist/* && tsc",
"typecheck": "tsc --noEmit",
"prettier": "prettier --write \"**/*.+(js|jsx|ts|tsx|har||json|css|md)\"",
"test": "vitest --coverage",
"test": "node_modules/.bin/vitest --coverage",
"test:node": "yarn test",
"test:browser": "cross-env BROWSER=\"true\" yarn test",
"test:update": "vitest -u",
Expand Down Expand Up @@ -96,7 +96,11 @@
"@types/json-schema": "^7.0.11",
"@types/lodash.clonedeep": "^4.5.7",
"js-yaml": "^4.1.0",
"lodash.clonedeep": "^4.5.0"
"lodash.clonedeep": "^4.5.0",
"yarn": "^1.22.19"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"release": {
"branches": [
Expand Down

0 comments on commit 8c9785b

Please sign in to comment.