Skip to content

Commit d706f87

Browse files
zkochanstephenlacy
authored andcommitted
fix(deps): update accord to version 0.28 (#281)
[email protected] 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
1 parent 9f9e643 commit d706f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"author": "Chris Cowan",
2222
"license": "MIT",
2323
"dependencies": {
24-
"accord": "^0.27.3",
24+
"accord": "^0.28.0",
2525
"less": "2.6.x || ^2.7.1",
2626
"object-assign": "^4.0.1",
2727
"plugin-error": "^0.1.2",

0 commit comments

Comments
 (0)