@ndla/safelink 1.1.0 → 1.1.1-alpha.20

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 +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -5,11 +5,11 @@ Link component.
5
5
  ## Installation
6
6
 
7
7
  ```sh
8
- $ yarn add --save ndla-safelink
8
+ yarn add --save @ndla/safelink
9
9
  ```
10
10
 
11
11
  ```sh
12
- $ npm install ndla-safelink --save
12
+ npm install @ndla/safelink --save
13
13
  ```
14
14
 
15
15
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/safelink",
3
- "version": "1.1.0",
3
+ "version": "1.1.1-alpha.20+22d4e1c49",
4
4
  "description": "SafeLink component for NDLA",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -26,8 +26,8 @@
26
26
  "es"
27
27
  ],
28
28
  "dependencies": {
29
- "@ndla/button": "^2.1.0",
30
- "@ndla/icons": "^1.6.0"
29
+ "@ndla/button": "^2.1.1-alpha.20+22d4e1c49",
30
+ "@ndla/icons": "^1.6.1-alpha.20+22d4e1c49"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@emotion/core": "^10.0.35",
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "7d6db8f3945947b35bdbb3c38229dec942d43ec1"
41
+ "gitHead": "22d4e1c498b4c967fa6463ce0a8b8ee3bbd2336e"
42
42
  }