kritzel-react 0.1.83 → 0.1.84

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.
Files changed (2) hide show
  1. package/README.md +23 -23
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,23 +1,23 @@
1
- # Setup
2
-
3
- Install the kritzel-react package.
4
- ```
5
- npm i kritzel-react
6
- ```
7
-
8
- Import Kritzel components to use them in your template.
9
- ```jsx
10
- import { KritzelEngine, KritzelControls } from 'kritzel-react'
11
-
12
- function MyComponent() {
13
-
14
- return (
15
- <>
16
- <KritzelEngine></KritzelEngine>
17
- <KritzelControls></KritzelControls>
18
- </>
19
- )
20
- }
21
-
22
- export default MyComponent
23
- ```
1
+ # Setup
2
+
3
+ Install the kritzel-react package.
4
+ ```
5
+ npm i kritzel-react
6
+ ```
7
+
8
+ Import Kritzel components to use them in your template.
9
+ ```jsx
10
+ import { KritzelEngine, KritzelControls } from 'kritzel-react'
11
+
12
+ function MyComponent() {
13
+
14
+ return (
15
+ <>
16
+ <KritzelEngine></KritzelEngine>
17
+ <KritzelControls></KritzelControls>
18
+ </>
19
+ )
20
+ }
21
+
22
+ export default MyComponent
23
+ ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kritzel-react",
3
- "version": "0.1.83",
4
- "homepage": "https://gitlab.com/kasual1/kritzel#readme",
3
+ "version": "0.1.84",
4
+ "homepage": "https://github.com/kasual1/kritzel#readme",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -20,11 +20,11 @@
20
20
  "@stencil/react-output-target": "^1.2.0"
21
21
  },
22
22
  "peerDependencies": {
23
- "kritzel-stencil": "^0.1.83"
23
+ "kritzel-stencil": "^0.1.84"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",
27
- "url": "git+ssh://git@gitlab.com/kasual1/kritzel.git"
27
+ "url": "https://github.com/kasual1/kritzel.git"
28
28
  },
29
29
  "scripts": {
30
30
  "test": "node ./__tests__/react-library.test.js",