@ndla/video-search 1.5.0 → 1.5.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.
Files changed (2) hide show
  1. package/README.md +6 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -5,7 +5,11 @@ A simple library for selecting NDLA videos.
5
5
  ## Installation
6
6
 
7
7
  ```sh
8
- $ npm install ndla-video-search
8
+ yarn add @ndla/video-search
9
+ ```
10
+
11
+ ```sh
12
+ npm install @ndla/video-search
9
13
  ```
10
14
 
11
15
  ## Example usage
@@ -14,7 +18,7 @@ $ npm install ndla-video-search
14
18
 
15
19
  ```scss
16
20
  /* Your project's main .scss import file */
17
- @import '~ndla-video-search/scss/video-search'; // with webpack and sass-loader
21
+ @import '~@ndla/video-search/scss/video-search'; // with webpack and sass-loader
18
22
  @import '../path/to/node_modules/ndla-video-search/scss/video-search'; // direct reference
19
23
  ```
20
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/video-search",
3
- "version": "1.5.0",
3
+ "version": "1.5.3",
4
4
  "description": "A simple library for searching NDLA videos",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -24,14 +24,14 @@
24
24
  "react-bem-helper": "^1.4.1"
25
25
  },
26
26
  "dependencies": {
27
- "@ndla/button": "^2.1.0",
28
- "@ndla/icons": "^1.6.0",
29
- "@ndla/licenses": "^2.2.0",
30
- "@ndla/tabs": "^1.1.0",
27
+ "@ndla/button": "^2.1.1",
28
+ "@ndla/icons": "^1.6.1",
29
+ "@ndla/licenses": "^4.0.0",
30
+ "@ndla/tabs": "^1.1.1",
31
31
  "react-bem-helper": "^1.4.1"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "7d6db8f3945947b35bdbb3c38229dec942d43ec1"
36
+ "gitHead": "bf0e9abb4b4533a54b6c9efda0465b5a27072921"
37
37
  }