Skip to content

Commit

Permalink
馃悰 Keep Foundation version at 6.1.1
Browse files Browse the repository at this point in the history
There's a JS bug with 6.2.0 that prevents the Foundation JS from compiling because of babel plugin errors. Until then, we're placing a hard version operator at 6.1.1 until the bug gets resolved.

See: foundation/foundation-sites#8255
  • Loading branch information
jacobarriola committed Mar 1, 2016
1 parent 99b08f6 commit 4886303
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 @@ -29,6 +29,6 @@
},
"homepage": "https://github.com/ZeekInteractive/heisenberg",
"dependencies": {
"foundation-sites": "^6.1.1"
"foundation-sites": "=6.1.1"
}
}

0 comments on commit 4886303

Please sign in to comment.