Skip to content

Commit

Permalink
fix(doc): fix prepare.sh error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitlab-CI committed Nov 14, 2018
1 parent 83e7dc4 commit db4248a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```bash
npm install --save $PACKAGE_NAME
npm install --save @bootstrap-styled/v4
```
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,12 @@
"build:readme"
],
"dependencies": {
"bootstrap-styled": "^2.0.3",
"@bootstrap-styled/css-mixins": "^1.1.0",
"@bootstrap-styled/css-utils": "^1.1.0",
"@bootstrap-styled/utils": "^1.6.1",
"@rollup-umd/documentation-cli": "^1.0.8",
"basic-math-utils": "^0.3.4",
"bootstrap-styled": "^2.0.3",
"classnames": "^2.2.6",
"color": "^1.0.3",
"lodash.omit": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion styleguide/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

npx @rollup-umd/documentation-cli variable \
PACKAGE_NAME=$(node -p "require('./package.json').name") \
PACKAGE_DESCRIPTION=$(node -p "require('./package.json').description") \
PACKAGE_DESCRIPTION="$(node -p "require('./package.json').description")" \
PACKAGE_PEERS="$(npx rollup-umd-scripts peer npm-install-cmd)" \
PACKAGE_VERSION=$(node -p "require('./package.json').version") \
NODE_VERSION=$(node --version) \
Expand Down

0 comments on commit db4248a

Please sign in to comment.