Skip to content

Commit

Permalink
feat: change version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leclerc Gwendal committed Jul 6, 2016
1 parent fd6f802 commit 1946a4f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "hugo-lunr",
"version": "0.0.3",
"version": "0.1.0",
"description": "create lunr index file for hugo static site search",
"repository": {
"type": "git",
"url": "git+https://github.com/dgrigg/hugo-lunr.git"
"url": "git+https://github.com/gwleclerc/hugo-lunr.git"
},
"homepage": "https://github.com/dgrigg/hugo-lunr",
"homepage": "https://github.com/gwleclerc/hugo-lunr",
"main": "lib/index.js",
"bin": {
"hugo-lunr": "bin/index.js"
Expand All @@ -26,5 +26,3 @@
"toml": "^2.3.0"
}
}


0 comments on commit 1946a4f

Please sign in to comment.