desi76 0.1.0 → 0.1.3
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 +4 -4
package/README.md
CHANGED
|
@@ -13,8 +13,8 @@ It contains the some 3D-shapes.
|
|
|
13
13
|
Links
|
|
14
14
|
-----
|
|
15
15
|
|
|
16
|
-
- [desi76-ui](https://
|
|
17
|
-
- [sources](https://github.com/
|
|
16
|
+
- [desi76-ui](https://charlyoleg2.github.io/parame76/) : public instance of the UI
|
|
17
|
+
- [sources](https://github.com/charlyoleg2/parame76) : git-repository
|
|
18
18
|
- [pkg](https://www.npmjs.com/package/desi76) : desi76 as npm-package
|
|
19
19
|
- [pkg-cli](https://www.npmjs.com/package/desi76-cli) : desi76-cli as npm-package
|
|
20
20
|
- [pkg-uis](https://www.npmjs.com/package/desi76-uis) : desi76-uis as npm-package
|
|
@@ -24,7 +24,7 @@ Getting started
|
|
|
24
24
|
---------------
|
|
25
25
|
|
|
26
26
|
```bash
|
|
27
|
-
git clone https://github.com/
|
|
27
|
+
git clone https://github.com/charlyoleg2/parame76
|
|
28
28
|
cd parame76
|
|
29
29
|
npm -w desi76 install
|
|
30
30
|
npm -w desi76 run ci
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "desi76",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "A collection of 3D-designs",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/
|
|
8
|
+
"url": "git+https://github.com/charlyoleg2/parame76.git"
|
|
9
9
|
},
|
|
10
|
-
"homepage": "https://
|
|
11
|
-
"author": "
|
|
10
|
+
"homepage": "https://charlyoleg2.github.io/parame76/",
|
|
11
|
+
"author": "charlyoleg",
|
|
12
12
|
"license": "ISC",
|
|
13
13
|
"keywords": [
|
|
14
14
|
"parametrix",
|