Skip to content

Commit

Permalink
Merge branch 'publish'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriangalliat committed Feb 2, 2015
2 parents da432e3 + 2ba9bd2 commit b922b5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ DIST := $(SOURCES:src/%=dist/%)

all: lint dist min sass

publish: lint dist
npm publish

lint:
jshint $(SOURCES)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SassDoc's default theme",
"title": "SassDoc Default Theme",
"author": "SassDoc team",
"version": "2.0.3",
"version": "2.0.4",
"keywords": [
"sassdoc-theme"
],
Expand Down

0 comments on commit b922b5b

Please sign in to comment.