@wrathofzombies/my-cool-demo
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -12,2 +12,3 @@ (function (factory) { | ||
function Worksheet(name, context) { | ||
this.name = name; | ||
this.context = context; | ||
@@ -14,0 +15,0 @@ } |
@@ -8,7 +8,7 @@ { | ||
}, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"dependencies": { | ||
"core-js": "^2.4.1" | ||
}, | ||
"main": "src/index.ts", | ||
"main": "dist/index.js", | ||
"typings": "dist/office-js-helpers.d.ts", | ||
@@ -15,0 +15,0 @@ "files": [ |
import {ExcelRequestContext} from '../request.context'; | ||
export class Worksheet { | ||
constructor(name: string, public context: ExcelRequestContext) { | ||
constructor(public name: string, public context: ExcelRequestContext) { | ||
@@ -6,0 +6,0 @@ } |
Sorry, the diff of this file is not supported yet
42206
801