@bodhi-project/blocks
v0.0.95
Published
Beautiful blocks that you can drop-in into a website.
Downloads
267
Keywords
Readme
blocks
Beautiful blocks that you can drop-in into a website.
Get these files
cd to/your/directory
git clone https://github.com/bodhi-project/blocks
shopt -s dotglob nullglob
mv -vn blocks/* .
rm -rf blocks
Start Developing
npm install
npm start
To update all package dependencies run -
npm-upgrade
npm install --save
Semver Versioning
Remember to update the version in package.json
before publishing:
npm version patch --no-git-tag-version // Add a patch. Ex, goes from 0.0.1 to 0.0.2
npm version minor --no-git-tag-version // Add a minor package version. Ex, goes from 0.0.1 to 0.1.1
npm version major --no-git-tag-version // Add a major package version. Ex, goes from 0.0.1 to 1.0.1
To publish run -
npm run build
npm publish