Skip to content

Commit

Permalink
Update readme and package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nirazul committed Jun 16, 2020
1 parent 703d096 commit 762c75c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 762c75c

Please sign in to comment.