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
Copy file name to clipboardExpand all lines: readme.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,10 @@ The official recommendation for running `common-tags` is as follows:
132
132
- In order to use `common-tags`, your environment will also need to support ES2015 tagged templates ([pssst… check Babel out](http://babeljs.io))
133
133
- You might also want to [polyfill some features](https://github.com/zloirock/core-js) if you plan on supporting older browsers: `Array.prototype.includes`
134
134
135
-
It might work with below versions of Node, but this is not a guarantee.
135
+
Use the upcoming release for more modern environments:
136
+
137
+
-[Node.js](https://nodejs.org/en/download/) v14.0.0 or higher
138
+
- In order to use `common-tags`, your environment will need to support ECMAScript modules
136
139
137
140
### Instructions
138
141
@@ -142,6 +145,11 @@ It might work with below versions of Node, but this is not a guarantee.
142
145
npm install common-tags
143
146
```
144
147
148
+
Or for the upcoming release:
149
+
```sh
150
+
npm install common-tags@next
151
+
```
152
+
145
153
### With unpkg
146
154
147
155
`common-tags` is also available at [unpkg](https://unpkg.com/common-tags). Just put this code in your HTML:
0 commit comments