Skip to content

Commit

Permalink
fix(yarnrc): use empty string for save-prefix (#2739)
Browse files Browse the repository at this point in the history
* fix(yarnrc): use empty string for save-prefix
* fix: enzyme-adapter version
  • Loading branch information
samouss authored and bobylito committed Feb 15, 2018
1 parent 54778ed commit 979e0cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .yarnrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
save-prefix false
save-prefix ""
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"dev-novel": "0.0.6",
"doctoc": "1.3.0",
"enzyme": "3.3.0",
"enzyme-adapter-react-15": "1.0.5",
"enzyme-to-json": "3.3.1",
"eslint": "4.12.0",
"eslint-config-algolia": "13.0.1",
Expand Down Expand Up @@ -124,7 +125,6 @@
"algoliasearch": "3.24.9",
"algoliasearch-helper": "2.24.0",
"classnames": "2.2.5",
"enzyme-adapter-react-15": "false1.0.5",
"events": "1.1.0",
"hogan.js": "3.0.2",
"lodash": "4.17.4",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3180,7 +3180,7 @@ envify@^4.0.0:
esprima "^4.0.0"
through "~2.3.4"

enzyme-adapter-react-15@false1.0.5:
enzyme-adapter-react-15@1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/enzyme-adapter-react-15/-/enzyme-adapter-react-15-1.0.5.tgz#99f9a03ff2c2303e517342935798a6bdfbb75fac"
dependencies:
Expand Down

0 comments on commit 979e0cd

Please sign in to comment.