Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Hernandez committed Feb 3, 2021
1 parent a3f9155 commit 93427be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "monkeyspan",
"version": "0.4.1",
"version": "0.5.0",
"description": "A React component named MonkeySpan!",
"main": "bundle.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"storybook": "start-storybook -p 6006",
"storybook:docs": "start-storybook -p 6006 --docs",
"storybook:nocache": "start-storybook -p 6006 --no-manager-cache",
"tag": "npm run tag:set --value=$npm_config_value && npm run tag:release --value=$npm_config_value",
"tag": "npm run tag:create --value=$npm_config_value && npm run tag:release --value=$npm_config_value",
"tag:create": "npx json -I -f ./package.json -e 'this.version=\"$npm_config_value\"' && npm i && git ci -am \"$npm_config_value\" && git tag $npm_config_value",
"tag:release": "git push origin $npm_config_value && gh release create $npm_config_value --title $npm_config_value",
"test": "npm run test:eslint && npm run test:prettier && npm run test:types && npm run test:code",
Expand Down

0 comments on commit 93427be

Please sign in to comment.