web-sqlite-js 0.0.4 → 0.0.5
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<h1 align="center">web-sqlite-js</h1>
|
|
2
|
-
<p align="center"> <img src="docs/public/web-sqlite-js.gif" width="
|
|
2
|
+
<p align="center"> <img src="docs/public/web-sqlite-js.gif" width="80%" style="border-radius: 10px;" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
`web-sqlite-js` is a friendly, out-of-the-box SQLite database for the web that makes persistent client-side storage simple for every developer.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-sqlite-js",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "web-sqlite-js is a friendly, out-of-the-box SQLite database for the web that makes persistent client-side storage simple for every developer.",
|
|
5
5
|
"workspaces": [
|
|
6
6
|
"docs"
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"bugs": {
|
|
79
79
|
"url": "https://github.com/wuchuheng/web-sqlite-js/issues"
|
|
80
80
|
},
|
|
81
|
-
"homepage": "https://web-sqlite-js.wuchuheng.com
|
|
81
|
+
"homepage": "https://web-sqlite-js.wuchuheng.com"
|
|
82
82
|
}
|