Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
feat: скрипт для поддержки истории изменений
Browse files Browse the repository at this point in the history
closes #41
  • Loading branch information
standy committed Mar 19, 2017
1 parent 420c580 commit a5f49ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)


#The Tale Extended
Исходный код для расширения браузерной игры "[Сказка](http://the-tale.org)"

Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
],
"license": "MIT",
"scripts": {
"release": "standard-version",
"release-patch": "npm run release -- --release-as patch",
"release-minor": "npm run release -- --release-as minor",
"release-major": "npm run release -- --release-as major",
"lint": "eslint **/*.js --fix",
"build-chrome": "webpack --config webpack.chrome.config.js",
"build-userscript": "webpack --config webpack.userscript.config.js",
Expand All @@ -45,6 +49,7 @@
"eslint": "^3.15.0",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^2.0.1"
"eslint-plugin-standard": "^2.0.1",
"standard-version": "^4.0.0"
}
}

0 comments on commit a5f49ae

Please sign in to comment.