Skip to content

Commit

Permalink
Adding the current v.5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed Sep 18, 2023
1 parent 9e7dcfe commit f0fefb6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
Binary file added bootstra.386-latest.v5.zip
Binary file not shown.
14 changes: 14 additions & 0 deletions v5.3.1/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v5.3.1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"release": "npm-run-all dist release-sri docs-build release-zip*",
"release-sri": "node build/generate-sri.js",
"release-version": "node build/change-version.js",
"release-zip": "cross-env-shell \"rm -rf bootstrap-$npm_package_version-dist bootstrap-$npm_package_version-dist.zip && cp -r dist/ bootstrap-$npm_package_version-dist && zip -qr9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && rm -rf bootstrap-$npm_package_version-dist\"",
"release-zip": "cross-env-shell \"rm -rf bootstrap-$npm_package_version-dist bootstrap-$npm_package_version-dist.zip && cp -r dist/ bootstrap-$npm_package_version-dist && zip -qr9 ../bootstra.386-latest.v5.zip bootstrap-$npm_package_version-dist && rm -rf bootstrap-$npm_package_version-dist\"",
"release-zip-examples": "node build/zip-examples.js",
"dist": "npm-run-all --aggregate-output --parallel css js",
"test": "npm-run-all lint dist js-test docs-build docs-lint",
Expand Down

0 comments on commit f0fefb6

Please sign in to comment.