You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/JS-DevTools/host-environment/blob/master/.github/workflows/CI-CD.yaml)
14
14
@@ -29,7 +29,7 @@ Example
29
29
--------------------------
30
30
31
31
```javascript
32
-
importhostfrom"host-environment";
32
+
importhostfrom"@jsdevtools/host-environment";
33
33
34
34
if (host.browser) {
35
35
// Browser logic here
@@ -66,7 +66,7 @@ Installation
66
66
Install using [npm](https://docs.npmjs.com/about-npm/):
When using a transpiler such as [Babel](https://babeljs.io/) or [TypeScript](https://www.typescriptlang.org/), or a bundler such as [Webpack](https://webpack.js.org/) or [Rollup](https://rollupjs.org/), you can use **ECMAScript modules** syntax instead:
83
83
84
84
```javascript
85
-
importhostfrom"host-environment";
85
+
importhostfrom"@jsdevtools/host-environment";
86
86
```
87
87
88
88
@@ -213,7 +213,7 @@ To build the project locally on your computer:
213
213
214
214
License
215
215
--------------------------
216
-
host-environment is 100% free and open-source, under the [MIT license](LICENSE). Use it however you want.
216
+
Host Environment is 100% free and open-source, under the [MIT license](LICENSE). Use it however you want.
0 commit comments