Skip to content

Commit

Permalink
Make release: Change version in package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joallard committed Jun 27, 2018
1 parent 5870b8a commit dd621c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ifeq ($(strip $(version)),)
else
sed -i.bak 's/"version": "[^"]*"/"version": "$(version)"/' selectize.jquery.json
sed -i.bak 's/"version": "[^"]*"/"version": "$(version)"/' package.json
sed -i.bak 's/"version": "[^"]*"/"version": "$(version)"/' package-lock.json
rm *.bak
make compile
npm test || exit 1
Expand Down

0 comments on commit dd621c8

Please sign in to comment.