We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da432e3 + 2ba9bd2 commit b922b5bCopy full SHA for b922b5b
Makefile
@@ -5,6 +5,9 @@ DIST := $(SOURCES:src/%=dist/%)
5
6
all: lint dist min sass
7
8
+publish: lint dist
9
+ npm publish
10
+
11
lint:
12
jshint $(SOURCES)
13
package.json
@@ -3,7 +3,7 @@
3
"description": "SassDoc's default theme",
4
"title": "SassDoc Default Theme",
"author": "SassDoc team",
- "version": "2.0.3",
+ "version": "2.0.4",
"keywords": [
"sassdoc-theme"
],
0 commit comments