Skip to content

Commit

Permalink
⚠ Force merge pull request #552 from goodeggs/bump
Browse files Browse the repository at this point in the history
fix publish
  • Loading branch information
goodeggs-mk authored Jun 23, 2023
2 parents 0f9c180 + 8729351 commit fd4e13b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goodeggs-json-schema-validator",
"version": "6.0.1",
"version": "6.0.6",
"description": "Good Eggs JSON Schema Validator",
"author": "Good Eggs <open-source@goodeggs.com>",
"contributors": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"typescript": "^4.9.5"
},
"scripts": {
"build": "yarn run build:clean && babel --extensions=.ts,.js,.jsx,.tsx src -d lib && cp src/index.js lib && yarn run build:types",
"build": "yarn run build:clean && babel --extensions=.ts,.js,.jsx,.tsx src -d lib && yarn run build:types",
"build:clean": "rm -rf lib",
"build:types": "tsc --project tsconfig.declarations.json",
"prepublishOnly": "yarn run build",
Expand All @@ -46,6 +46,7 @@
"homepage": "https://github.com/goodeggs/goodeggs-json-schema-validator",
"bugs": "https://github.com/goodeggs/goodeggs-json-schema-validator/issues",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}

0 comments on commit fd4e13b

Please sign in to comment.