Skip to content

Commit

Permalink
fix(deps): update accord to version 0.28 (#281)
Browse files Browse the repository at this point in the history
accord@0.28 fixes its engine resolution algorithm.
It does not preserve symlinks anymore.
It is the wanted behavior because it is the way Node resolves
modules by default.

ref pnpm/pnpm#118
  • Loading branch information
zkochan authored and stephenlacy committed Feb 12, 2018
1 parent 9f9e643 commit d706f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "Chris Cowan",
"license": "MIT",
"dependencies": {
"accord": "^0.27.3",
"accord": "^0.28.0",
"less": "2.6.x || ^2.7.1",
"object-assign": "^4.0.1",
"plugin-error": "^0.1.2",
Expand Down

0 comments on commit d706f87

Please sign in to comment.