Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request #99 from aaronjudd/master
Browse files Browse the repository at this point in the history
upgrade deps, refactor source handler to work with meteor 1.2
  • Loading branch information
mquandalle committed Sep 23, 2015
2 parents 70051e8 + 9b6c70d commit 5a6ab5e
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 168 deletions.
96 changes: 68 additions & 28 deletions .npm/plugin/bower/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,21 @@ Package.describe({
// This matches the upstream version. If you want to publish a new version of
// the package without pulling a new upstream version, you should call it
// '1.4.1_4'
version: "1.4.1_3"
version: "1.5.2"
});

Package.registerBuildPlugin({
name: "bower",
use: [
"meteor",
"[email protected].0"
"[email protected].4"
],
sources: [
"plugin/bower.js",
"plugin/handler.js"
],
npmDependencies: {
"bower": "1.4.1",
"glob": "3.2.9"
"bower": "1.5.2",
"glob": "5.0.14"
}
});

// XXX Tests?
Loading

0 comments on commit 5a6ab5e

Please sign in to comment.