Skip to content

Instantly share code, notes, and snippets.

@steida
Created January 30, 2014 08:19
Show Gist options
  • Save steida/8704527 to your computer and use it in GitHub Desktop.
Save steida/8704527 to your computer and use it in GitHub Desktop.
How to define exact Closure Library version dependency in bower.json.
{
"name": "some-app",
"version": "0.0.1",
"private": true,
"dependencies": {
"animate-css": "git://github.com/daneden/animate.css.git",
"closure-compiler-externs": "https://github.com/dcodeIO/node.js-closure-compiler-externs.git",
"closure-library": "git://github.com/steida/google-closure-library.git#74667f60a487ea7a596789e2d9f48f26ff29569c",
"este-library": "git://github.com/steida/este-library.git",
"normalize-css": "~2.1.3"
},
"resolutions": {
"closure-library": "74667f60a487ea7a596789e2d9f48f26ff29569c"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment