Skip to content

Commit

Permalink
chore: edit remote git url, bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
youjung-hong committed Jun 13, 2018
1 parent e3643d4 commit 8556b17
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 34 deletions.
3 changes: 0 additions & 3 deletions bin/tnote.js

This file was deleted.

43 changes: 16 additions & 27 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "tui-release-notes",
"version": "0.1.1",
"version": "0.1.2",
"description": "GitHub release note generator",
"main": "index.js",
"repository": "https://github.nhnent.com/youjung-hong/tui-release-notes.git",
"repository": "https://github.com/nhnent/tui.release-notes.git",
"scripts": {
"test": "jasmine-node test/",
"eslint": "eslint src/js",
"release": "bin/tnote.js"
"release": "tnote.js"
},
"bin": {
"tuie": "bin/tnote.js"
"tuie": "tnote.js"
},
"keywords": [
"git release note",
Expand Down
2 changes: 2 additions & 0 deletions tnote.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

'use strict';

require('./src/github-release').release();

0 comments on commit 8556b17

Please sign in to comment.