google-slides
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "google-slides", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "NPM package for some simple Google Slides operations", | ||
"type": "module", | ||
"main": "index.js", | ||
"directories": { | ||
"example": "example-usage", | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"start": "node example-usage.js", | ||
"start": "node example-usage", | ||
"test": "mocha --reporter spec" | ||
@@ -10,0 +14,0 @@ }, |
@@ -14,2 +14,3 @@ import { PresentationIDRequiredError, PresentationAPIRequiredError } from './errors/presentation-errors.js' | ||
} | ||
get url() { return `https://docs.google.com/presentation/d/${this.id}/edit` } | ||
checkAPIExists() { if (!this.api) throw new PresentationAPIRequiredError } | ||
@@ -16,0 +17,0 @@ /** |
@@ -0,4 +1,5 @@ | ||
[![Build Status](https://travis-ci.org/wpbdry/google-slides.svg?branch=main)](https://travis-ci.org/wpbdry/google-slides) | ||
# google-slides | ||
## NPM package for some simple Google Slides operations | ||
[![Build Status](https://travis-ci.org/wpbdry/google-slides.svg?branch=main)](https://travis-ci.org/wpbdry/google-slides) | ||
@@ -5,0 +6,0 @@ ### contents |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18593
313
137