Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #37 from kremalicious/npm
Browse files Browse the repository at this point in the history
Update npm package & version unification
  • Loading branch information
christian-fei committed Jun 7, 2015
2 parents 021edb1 + dc49f73 commit 33293b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-jekyll-search",
"version": "2.0.0",
"version": "1.0.6",
"homepage": "http:https://christian-fei.github.io/Simple-Jekyll-Search/",
"authors": [
"Christian Fei"
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "simple-jekyll-search",
"version": "1.0.2",
"version": "1.0.6",
"description": "Simple Jekyll site search using javascript and json",
"main": "src/index.js",
"main": "dest/jekyll-search.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js && ./node_modules/karma/bin/karma start test/karma.conf.js --single-run --no-auto-watch",
"watch-test": "./node_modules/karma/bin/karma start test/karma.conf.js --auto-watch"
Expand All @@ -13,6 +13,11 @@
},
"author": "Christian Fei",
"license": "MIT",
"ignore": [
"*",
"!dest/jekyll-search.js",
"!README.md"
],
"bugs": {
"url": "https://github.com/christian-fei/Simple-Jekyll-Search/issues"
},
Expand Down

0 comments on commit 33293b6

Please sign in to comment.