Skip to content

Commit

Permalink
Swapped to a different merge module
Browse files Browse the repository at this point in the history
  • Loading branch information
KoryNunn committed Sep 28, 2014
1 parent e3703b3 commit 4c5274a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gel.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var Lang = require('lang-js'),
paths = require('gedi-paths'),
merge = require('merge'),
merge = require('clean-merge'),
createNestingParser = Lang.createNestingParser,
detectString = Lang.detectString,
Token = Lang.Token,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"node": ">=0.6"
},
"dependencies": {
"clean-merge": "^1.0.0",
"gedi-paths": "^1.0.0",
"lang-js": "^2.0.0",
"merge": "^1.1.3",
"spec-js": "0.0.x"
},
"keywords": [
Expand Down

0 comments on commit 4c5274a

Please sign in to comment.