Skip to content

Commit b922b5b

Browse files
Merge branch 'publish'
2 parents da432e3 + 2ba9bd2 commit b922b5b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ DIST := $(SOURCES:src/%=dist/%)
55

66
all: lint dist min sass
77

8+
publish: lint dist
9+
npm publish
10+
811
lint:
912
jshint $(SOURCES)
1013

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "SassDoc's default theme",
44
"title": "SassDoc Default Theme",
55
"author": "SassDoc team",
6-
"version": "2.0.3",
6+
"version": "2.0.4",
77
"keywords": [
88
"sassdoc-theme"
99
],

0 commit comments

Comments
 (0)