Skip to content

Commit

Permalink
update full url for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jensdev committed Mar 4, 2021
1 parent fadacfb commit 81f7c84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Node Akeneo API](art/banner.jpg)](https://craftzing.com)
[![Node Akeneo API](https://github.com/craftzing/node-akeneo-api/raw/master/art/banner.jpg)](https://craftzing.com)

[![Quality assurance](https://github.com/craftzing/node-akeneo-api/actions/workflows/quality-assurance.yml/badge.svg?branch=master)](https://github.com/craftzing/node-akeneo-api/actions/workflows/quality-assurance.yml)
[![Code style](https://github.com/craftzing/node-akeneo-api/actions/workflows/code-style.yml/badge.svg?branch=master)](https://github.com/craftzing/node-akeneo-api/actions/workflows/code-style.yml)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"watch": "tsc -w -p tsconfig.json && tsc -w -p tsconfig-cjs.json",
"prepare": "husky install",
"lint": "eslint src --max-warnings 0",
"test": "jest"
"test": "jest",
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "^0.21.1",
Expand Down

0 comments on commit 81f7c84

Please sign in to comment.