@quasar/quasar-app-extension-qactivity 2.0.0-alpha.3 → 2.0.0
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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Quasar App Extension QActivity
|
|
2
2
|
|
|
3
|
-
The QActivity app extension (@quasar/quasar-app-extension-qactivity) installs and manages the [QActivity UI](https://github.com/quasarframework/quasar-ui-qactivity/tree/
|
|
3
|
+
The QActivity app extension (@quasar/quasar-app-extension-qactivity) installs and manages the [QActivity UI](https://github.com/quasarframework/quasar-ui-qactivity/tree/main/ui) component.
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
[](https://www.npmjs.com/package/@quasar/quasar-app-extension-qactivity)
|
|
7
7
|
|
|
8
8
|
# Install
|
|
9
9
|
```bash
|
|
10
|
-
quasar ext add @quasar/qactivity
|
|
10
|
+
quasar ext add @quasar/qactivity
|
|
11
11
|
```
|
|
12
12
|
Quasar CLI will retrieve it from NPM and install the extension.
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quasar/quasar-app-extension-qactivity",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "QActivity is an app extension for Quasar for making an activity list",
|
|
5
5
|
"author": "Jeff Galbraith <jeff@quasar.dev>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"list"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@quasar/quasar-ui-qactivity": "^2.0.0
|
|
35
|
+
"@quasar/quasar-ui-qactivity": "^2.0.0"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">= 10.0.0",
|