Skip to content

Commit

Permalink
🔥 Drop Node v4 Support
Browse files Browse the repository at this point in the history
no issue

- support ends today
- see https://github.com/nodejs/Release
- removed `use strict`
  • Loading branch information
kirrg001 committed May 1, 2018
1 parent c48fc91 commit 5716c7d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/kg-default-cards/lib/cards/card-markdown.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

// this card is just an alias of the `markdown` card which is necessary because
// our markdown-only editor was using the `card-markdown` card name
const markdownCard = require('./markdown');
Expand Down
2 changes: 0 additions & 2 deletions packages/kg-default-cards/lib/cards/html.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

module.exports = {
name: 'html',
type: 'dom',
Expand Down
2 changes: 0 additions & 2 deletions packages/kg-default-cards/lib/cards/image.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

module.exports = {
name: 'image',
type: 'dom',
Expand Down

0 comments on commit 5716c7d

Please sign in to comment.