Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/nuxodin/schema.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed Mar 28, 2023
2 parents 19fff9a + 7794111 commit 007823b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm test
# - run: npm test

publish-gpr:
needs: build
Expand All @@ -30,4 +30,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM}}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "jema.js",
"description": "JSONSchema handling / validator",
"version": "1.1.1",
"version": "1.1.3",
"devDependencies": {},
"publishConfig": {
"@tobias_buschor:registry": "https://npm.pkg.github.com"
},
"main": "schema.js",
"directories": {
"zzz-directories": {
"test": "tests"
},
"scripts": {
"zzz-scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nuxodin/schema.js.git"
},
"author": "",
"author": "Tobias Buschor",
"license": "MIT",
"bugs": {
"url": "https://github.com/nuxodin/schema.js/issues"
Expand Down

0 comments on commit 007823b

Please sign in to comment.