Skip to content

Commit

Permalink
Remove extend-shallow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Dec 14, 2015
1 parent 2fce2ee commit 3114fd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';

var hamlet = require('hamlet');
var extend = require('extend-shallow');

exports.name = 'hamlet';
exports.outputFormat = 'html';
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"index.js"
],
"dependencies": {
"extend-shallow": "^2.0.1",
"hamlet": "^0.3.3"
},
"devDependencies": {
Expand Down

0 comments on commit 3114fd8

Please sign in to comment.