Skip to content

Commit

Permalink
run update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Dec 8, 2017
1 parent 5bfae11 commit d39790c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# always ignore files
*.DS_Store
.idea
.vscode
*.sublime-*

# test related, or directories generated by tests
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ os:
language: node_js
node_js:
- node
- '9'
- '8'
- '7'
- '6'
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"contributors": [
"Ben Meiri (https://github.com/bmeiri)",
"Brian Woodward (https://twitter.com/doowb)",
"Javier Mendiara (http://twitter.com/jmendiara)",
"Jeremy Ruppel (jeremyruppel.github.io)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Pete Cook (cookpete.com)",
Expand All @@ -19,12 +20,13 @@
},
"license": "MIT",
"files": [
"cli.js",
"index.js"
],
"main": "index.js",
"bin": {
"parse-github-url" : "./cli.js"
"parse-github-url": "./cli.js"
},
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
Expand Down

0 comments on commit d39790c

Please sign in to comment.