mashlib 1.7.12-ac1a4f93 → 1.7.13-e20b1570
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -4
- package/dist/mashlib.js +16295 -13535
- package/dist/mashlib.js.map +1 -1
- package/dist/mashlib.min.js +40 -42
- package/dist/mashlib.min.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Solid-compatible data mashup library and Data Browser
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/mashlib)
|
|
4
4
|
|
|
@@ -72,8 +72,6 @@ Progressively, the mashlib evolved to allow types of data for personal informati
|
|
|
72
72
|
|
|
73
73
|
It is an extensible platform, and is never finished. Do help!
|
|
74
74
|
|
|
75
|
-
|
|
76
75
|
## Local development
|
|
77
|
-
- Here is the [Travis build space](https://travis-ci.org/solid/mashlib/builds)
|
|
78
76
|
|
|
79
|
-
|
|
77
|
+
As part of the SolidOS stack, mashlib can be developed locally by setting up the SolidOS code. Read more about that on the [SolidOS Readme](https://github.com/solid/solidos#-getting-started-with-the-solidos-code).
|