Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
dictionary: googleapis
Browse files Browse the repository at this point in the history
  • Loading branch information
igorklopov committed May 2, 2017
1 parent d3f6616 commit 99ac8c1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dictionary/googleapis.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
'use strict';

module.exports = {
pkg: {
scripts: [
'apis/**/*.js'
]
}
};
7 changes: 7 additions & 0 deletions test/test-79-npm/googleapis/googleapis.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
'use strict';

var google = require('googleapis');
var urlshortener = google.urlshortener('v1');
if (urlshortener.url) {
console.log('ok');
}
1 change: 1 addition & 0 deletions test/test-79-npm/googleapis/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "private": true }

0 comments on commit 99ac8c1

Please sign in to comment.