diff --git a/README.md b/README.md index b2ec5c8..e5847fd 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,6 @@ You have the choice to implement packages, different in size: [license-image]:https://img.shields.io/github/license/nirazul/scss-utils?style=flat-square [license-url]:LICENSE -[npm-version-image]:http://img.shields.io/npm/v/@nirazul/scss-utils.svg?style=flat-square -[npm-downloads-image]:http://img.shields.io/npm/dm/@nirazul/scss-utils.svg?style=flat-square -[npm-url]:https://npmjs.org/package/@dreipol/scss-utils +[npm-version-image]:https://img.shields.io/npm/v/@nirazul/scss-utils?style=flat-square +[npm-downloads-image]:https://img.shields.io/npm/dm/@nirazul/scss-utils.svg?style=flat-square +[npm-url]:https://npmjs.org/package/@nirazul/scss-utils diff --git a/package.json b/package.json index 7c17aca..fa8b97f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Sass utility functions and mixins", "main": "_index.scss", "scripts": { - "prepublish": "npm run test", + "prepublishOnly": "npm run test", "test": "npm run lint && npx sass test.scss", "lint": "npx stylelint --max-warnings 0 **/*.scss" },