Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/v2.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rousan committed Mar 26, 2019
2 parents c7b6062 + aab8346 commit f4020d1
Show file tree
Hide file tree
Showing 24 changed files with 5,904 additions and 3,296 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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=
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<head>`:

```html
<script src="https://cdn.charts.com/lib/datamodel/latest/datamodel.js" type="text/javascript"></script>
<script src="https://cdn.muzejs.org/lib/datamodel/latest/datamodel.js" type="text/javascript"></script>
```

### NPM
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dist/datamodel.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/datamodel.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f4020d1

Please sign in to comment.