Update package description to match readme

This commit is contained in:
Matt Mazzola 2016-06-23 12:04:49 -07:00
Родитель 0dcd83a2d8
Коммит 270e0691d7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "powerbi-models",
"version": "0.2.0",
"description": "Collection of functions to validate PowerBI messages using json schema. Also contains shared interfaces for all messages to ensure host and iframe agree.",
"description": "Contains JavaScript & TypeScript object models for Microsoft Power BI JavaScript SDK. For each model there is a TypeScript interface, a json schema definitions, and a validation function to ensure and object is valid.",
"main": "dist/models.js",
"typings": "dist/models.d.ts",
"directories": {