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

Update npm package & version unification #37

Merged
merged 2 commits into from
Jun 7, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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