Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminJ committed Jul 28, 2016
1 parent a66d804 commit e821692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "inquirer-select-directory",
"version": "0.0.1",
"version": "0.1.0",
"description": "A directory prompt for Inquirer.js",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "node_modules/.bin/_mocha test/spec",
"preversion": "npm test",
Expand Down

0 comments on commit e821692

Please sign in to comment.