Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

Commit

Permalink
Revert "feat: make it compatible with mos@0.21"
Browse files Browse the repository at this point in the history
This reverts commit af283fb.
  • Loading branch information
zkochan committed May 13, 2016
1 parent af283fb commit 3494143
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
8 changes: 5 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'use strict'
module.exports = (mos, md) => Object.assign(mos.scope, require('./lib')(md))
module.exports = plugin

module.exports.attributes = {
pkg: require('./package.json'),
function plugin (markdown) {
return {
pkg: markdown.pkg,
}
}
1 change: 1 addition & 0 deletions index.spec.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
'use strict'
require('.')
8 changes: 0 additions & 8 deletions lib/index.js

This file was deleted.

2 changes: 0 additions & 2 deletions lib/index.spec.js

This file was deleted.

0 comments on commit 3494143

Please sign in to comment.