Skip to content

Commit

Permalink
chore: update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heenakwag committed Nov 6, 2019
1 parent 61aaf4c commit 0f67a97
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 25 deletions.
56 changes: 36 additions & 20 deletions package-lock.json

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

15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
{
"name": "tui-release-notes",
"version": "1.0.1",
"name": "@toast-ui/release-notes",
"version": "2.0.0",
"description": "TOAST UI Tools: ReleaseNotes",
"files": [
"bin",
"src"
],
"scripts": {
"test": "jasmine-node test/",
"eslint": "eslint ./src ./test"
"eslint": "eslint ./src ./test",
"note": "bin/tui-note.js"
},
"bin": {
"tui-note": "./bin/tui-note.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nhn/tui.release-notes.git"
"url": "https://github.com/nhn/toast-ui.release-notes.git"
},
"keywords": [
"nhn",
Expand All @@ -24,7 +29,7 @@
"author": "NHN FE Development Lab <[email protected]>",
"license": "MIT",
"dependencies": {
"github-api": "^3.0.0",
"github-api": "^3.3.0",
"minimist": "^1.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0f67a97

Please sign in to comment.