Skip to content

Commit

Permalink
test adjust for np
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégori Sória committed Feb 5, 2020
1 parent 45e2256 commit e5f3a3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ $considerMinimalFont: true !default;

[![CodePen](https://s3.amazonaws.com/media.eremedia.com/wp-content/uploads/2018/05/31112343/Codepen.png)](https://codepen.io/gregorisoria/pen/BayPwmW)

### Tests
`npm run test`
### Dev
`npm run dev`

<br><br>
##### Tip: Use a css minifier
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.0.4",
"description": "SASS Media queries on a single line",
"scripts": {
"test": "gulp tests"
"test": "echo \"No test specified\"",
"dev": "gulp tests"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e5f3a3c

Please sign in to comment.