Comparing version 1.0.8 to 1.0.9
@@ -19,2 +19,11 @@ /* | ||
const pages = require("cli-pages"); | ||
const pages = require("cli-pages"); | ||
let book = new pages.Book([ | ||
{ | ||
title: "Amazing!", | ||
content: "hello! this is an example that shows you the parameters when using the Book class!", | ||
footer: "Thanks!" | ||
} | ||
]) | ||
{ | ||
"name": "cli-pages", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "pagination for command line apps", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
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
10801
13
290