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

Commit

Permalink
chore: add release note writing module (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jungeun-cho authored Aug 30, 2019
1 parent b0629c5 commit 35457f7
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 15 deletions.
116 changes: 104 additions & 12 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"build": "webpack --mode production",
"serve": "webpack-dev-server",
"storybook": "start-storybook -s .storybook -p 6006",
"build-storybook": "build-storybook"
"build-storybook": "build-storybook",
"release-note": "tuie"
},
"homepage": "https://github.com/nhnent/toast-ui.react-calendar",
"bugs": "https://github.com/nhnent/toast-ui.react-calendar/issues",
Expand Down Expand Up @@ -52,9 +53,10 @@
"style-loader": "^0.23.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
"webpack-dev-server": "^3.1.14",
"tui-release-notes": "git+https://github.com/nhn/tui.release-notes.git"
},
"dependencies": {
"tui-calendar": "^1.10.0"
"tui-calendar": "^1.12.5"
}
}

0 comments on commit 35457f7

Please sign in to comment.