diff --git a/.travis.yml b/.travis.yml index 797b21d..49d82f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ language: node_js node_js: - - "8" +- '8' before_script: - - npm install - - npm install -g codecov +- npm install +- npm install -g codecov script: - - npm test - - codecov -f coverage/lcov.info +- npm test +- codecov -f coverage/lcov.info notifications: - slack: fusioncharts:JmooWfzCnyxe4p7KTTJU5xzP + slack: + secure: E/O+6gcjD2oTwLnt10w6qEpNQp9AkcuZsy6xsK/Hxw7z47IZwM5BHkUAJhTX0QcJyamZbFaMU9mJ5P4ClLnMPBBj4KV+mznu8yTSySfCub2LKpuGyKIqH3BHqepHbSZiAlMhQkq5OUfW8tOo2p8j6kc5AbvPx6pHCr/nQc0HkjwBQY4SwLb60LGXbPkYsoZhYnXmJmRg/iowu00qakjXH7FInsGist//ZlJp9MiaZH3Cfdo4l3rZn4AJ1naFBD4bNb+Wqqh6zVO4DdOiBVTsq3bZ6vcNZVb2IqlYZvCLODuwhvHiO4wKsQ9QAAhm1TXrraXfs9kR9pMeZeUtnlEeZURu/m7J1Wz2PkBOGGUjCb2xGucppgyg3/1eG3esEL6M6pqVGzuGH1CKjh4aRVZoq47UHDoN+N8Q4ix+TZMqztCFQV47bs56dlmc8hnlluANJsrlJha0p3myYQknv2qjgLjfbZDHoKKybpdAsfaZsDQ3aShw+EtdB38FA0YjsWYQNWh1YmKWBEz1W+jMZ7AlLrkNi20+JHmNngZPW4MQy1Mi0xN905Rlr4RwnzUt5o+pbP78zIlCnZFU5KIIoMDdlKXoZ9hC6gptTajhXkcIjm+FSezy6VUtNpMS0dCSM3RomYWx1MSEpo1XIMzzb6bujBD/XLckejJWAJcTF+PEzz8= diff --git a/LICENSE b/LICENSE index d8c182b..b84531d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Charts.com +Copyright (c) 2018 Muzejs.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 8e8df01..b9f046f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ DataModel can be used if you need an in-browser tabular data store for data anal Insert the DataModel build into the `
`: ```html - + ``` ### NPM @@ -144,7 +144,7 @@ console.log(projectDm.getData().schema); ## Documentation -Find detailed documentation and API reference from [here](https://www.charts.com/muze/docs/introduction-to-datamodel). +Find detailed documentation and API reference from [here](https://muzejs.org/docs/introduction-to-datamodel). ## Contributing diff --git a/dist/datamodel.js b/dist/datamodel.js index ea3c2ae..8cab24b 100644 --- a/dist/datamodel.js +++ b/dist/datamodel.js @@ -1,2 +1,2 @@ -!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("DataModel",[],t):"object"==typeof exports?exports.DataModel=t():e.DataModel=t()}(window,function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)n.d(r,a,function(t){return e[t]}.bind(null,a));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1)}([function(e){e.exports={name:"datamodel",description:"Relational algebra compliant in-memory tabular data store",homepage:"https://github.com/chartshq/datamodel",version:"2.1.0",license:"MIT",main:"dist/datamodel.js",author:"Charts.com