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

Commit

Permalink
testing node require with corrent path
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-fei committed Jan 11, 2015
1 parent 604466e commit 8cbdf41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Simple-Jekyll-Search",
"version": "1.0.0",
"name": "simple-jekyll-search",
"version": "1.0.2",
"description": "Simple Jekyll site search using javascript and json",
"main": "dest/jekyll-search.js",
"main": "src/index.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 Down

0 comments on commit 8cbdf41

Please sign in to comment.