We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7e8edf + 1223b0e commit a8952deCopy full SHA for a8952de
README.rst
@@ -12,7 +12,7 @@ Getting Started
12
13
The edx-bootstrap library should be installed via npm:
14
15
- npm install --save edx-bootstrap
+ npm install --save @edx/edx-bootstrap
16
17
Once installed, you can generate the `sample pages`_:
18
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "edx-bootstrap",
3
- "version": "0.2.1",
+ "name": "@edx/edx-bootstrap",
+ "version": "0.3.0",
4
"description": "The Bootstrap theme for Open edX",
5
"license": "Apache-2.0",
6
"repository": {
0 commit comments