Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Commit

Permalink
lint script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocontrini committed Feb 18, 2017
1 parent e789c9f commit 651742d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"main": "index.js",
"scripts": {
"lint": "eslint src",
"lint": "eslint lib",
"release-patch": "release-it patch",
"release": "release-it minor",
"release-minor": "release-it minor"
Expand Down

0 comments on commit 651742d

Please sign in to comment.