Skip to content

Commit

Permalink
Add config for npm (#4)
Browse files Browse the repository at this point in the history
* Add config for npm

* Modify config for npm
  • Loading branch information
jasonheecs committed Dec 31, 2018
1 parent 1464e5c commit 19b0de6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "heroku-vim",
"name": "@jasonheecs/heroku-vim",
"description": "Install Vim and use it in a Heroku dyno",
"version": "0.0.1",
"version": "0.0.0",
"author": "Jason Hee @jasonheecs",
"bugs": "https://github.com/jasonheecs/heroku-vim/issues",
"dependencies": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"/oclif.manifest.json",
"/yarn.lock"
],
"homepage": "https://github.com/jasonheecs/heroku-vim",
"homepage": "https://github.com/jasonheecs/heroku-vim#readme",
"keywords": [
"oclif-plugin"
],
Expand All @@ -51,7 +51,10 @@
"@oclif/plugin-help"
]
},
"repository": "jasonheecs/heroku-vim",
"repository": {
"type": "git",
"url": "git+https://github.com/jasonheecs/heroku-vim.git"
},
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"posttest": "tslint -p test -t stylish",
Expand Down

0 comments on commit 19b0de6

Please sign in to comment.