Skip to content

Commit b8335e7

Browse files
author
Lucas Wojciechowski
committed
Remove --github from docs generation
1 parent dc214ca commit b8335e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"build": "browserify -d js/mapbox-gl.js --standalone mapboxgl > dist/mapbox-gl-dev.js && npm run docs",
7575
"production": "browserify js/mapbox-gl.js --debug --transform unassertify --plugin [minifyify --map mapbox-gl.js.map --output dist/mapbox-gl.js.map] --standalone mapboxgl > dist/mapbox-gl.js",
7676
"prepublish": "npm run build && npm run production",
77-
"docs": "documentation --github --format html --theme ./docs/_theme --output docs/api/",
77+
"docs": "documentation --format html --theme ./docs/_theme --output docs/api/",
7878
"test": "npm run lint && tap --reporter dot test/js/*/*.js # update ci.sh if test invocation changes",
7979
"test-suite": "node test/render.test.js && node test/query.test.js # update ci.sh if test invocation changes"
8080
}

0 commit comments

Comments
 (0)