Skip to content

Commit

Permalink
use newest version of googleapi (2.1.7) & push version to be the same…
Browse files Browse the repository at this point in the history
… as googleapi
  • Loading branch information
sruf committed Feb 17, 2016
1 parent d13ab4a commit 42c5e5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This is a wrapper around the NPM package `googleapis`. The version of `googleapis` used is 1.0.16.
This is a wrapper around the NPM package `googleapis`. The version of `googleapis` used is 2.1.7.

## Installation
`meteor add classcraft:googleapis`

##Usage
On the server, you have access to a global variable `googleapis`, which you can use as outlined here on the [NPM page](https://www.npmjs.com/package/googleapis).
On the server, you have access to a global variable `googleapis`, which you can use as outlined here on the [NPM page](https://www.npmjs.com/package/googleapis).
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package.describe({
name: 'classcraft:googleapis',
summary: "Wrapper around npm package : googleapis",
version: "1.1.0",
version: "2.1.7",
git: 'https://github.com/classcraft/meteor-googleapis.git'
});

Npm.depends( {
"googleapis": "1.0.16"
"googleapis": "2.1.7"
});

Package.onUse(function(api) {
Expand Down

0 comments on commit 42c5e5d

Please sign in to comment.