bigview-cli
Advanced tools
Comparing version 1.2.6 to 1.2.7
{ | ||
"name": "bigview-cli", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,3 @@ 'use strict' | ||
module.exports = class MyPagelet extends Pagelet { | ||
constructor () { | ||
constructor() { | ||
super() | ||
@@ -18,7 +18,6 @@ this.root = __dirname | ||
fetch () { | ||
fetch() { | ||
let self = this | ||
return new Promise(function(resolve, reject){ | ||
setTimeout(function() { | ||
// self.owner.end() | ||
resolve(self.data) | ||
@@ -28,2 +27,6 @@ }, self.delay) | ||
} | ||
parse() { | ||
return Promise.resolve(this.data = {}) | ||
} | ||
} |
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
2113
5
66