Skip to content

Commit 0f67a97

Browse files
committed
chore: update version to 2.0.0
1 parent 61aaf4c commit 0f67a97

File tree

2 files changed

+46
-25
lines changed

2 files changed

+46
-25
lines changed

package-lock.json

Lines changed: 36 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
{
2-
"name": "tui-release-notes",
3-
"version": "1.0.1",
2+
"name": "@toast-ui/release-notes",
3+
"version": "2.0.0",
44
"description": "TOAST UI Tools: ReleaseNotes",
5+
"files": [
6+
"bin",
7+
"src"
8+
],
59
"scripts": {
610
"test": "jasmine-node test/",
7-
"eslint": "eslint ./src ./test"
11+
"eslint": "eslint ./src ./test",
12+
"note": "bin/tui-note.js"
813
},
914
"bin": {
1015
"tui-note": "./bin/tui-note.js"
1116
},
1217
"repository": {
1318
"type": "git",
14-
"url": "https://github.com/nhn/tui.release-notes.git"
19+
"url": "https://github.com/nhn/toast-ui.release-notes.git"
1520
},
1621
"keywords": [
1722
"nhn",
@@ -24,7 +29,7 @@
2429
"author": "NHN FE Development Lab <dl_javascript@nhn.com>",
2530
"license": "MIT",
2631
"dependencies": {
27-
"github-api": "^3.0.0",
32+
"github-api": "^3.3.0",
2833
"minimist": "^1.2.0"
2934
},
3035
"devDependencies": {

0 commit comments

Comments
 (0)