Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Feature/docs (#72)
Browse files Browse the repository at this point in the history
* Use new docs and drop stylemark
* Publish correct folder and delete deprecated docs.css
* Consistent titles in documentation
* Travis do not like import and export. Revert to require and module.exports
* Remove deprecated stylemark config
  • Loading branch information
eirikbacker authored Jul 16, 2018
1 parent 1652101 commit 3afab44
Show file tree
Hide file tree
Showing 16 changed files with 2,370 additions and 2,744 deletions.
34 changes: 0 additions & 34 deletions .stylemark.yml

This file was deleted.

2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const fs = require('fs')
const args = getProcessArgs()
const pkgs = getPackagePaths()

module.exports = {args, pkgs, getPackageName}
module.exports = {args, pkgs, getProcessArgs, getPackageName, getPackagePaths}

// Utilities -------------------------------------------------------------------
function getProcessArgs () {
Expand Down
Loading

0 comments on commit 3afab44

Please sign in to comment.