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

Commit

Permalink
updated npm
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-fei committed Jan 11, 2015
1 parent 4b768d3 commit 604466e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
node_modules
bower_components
test
_includes
_layouts
_posts
_sass
_site
about.md
css
_config.yml
index.html
10 changes: 5 additions & 5 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",
"description": "Simple-Jekyll-Search ====================",
"main": "jekyll-search.jquery.js",
"description": "Simple Jekyll site search using javascript and json",
"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 @@ -11,13 +11,13 @@
"type": "git",
"url": "https://github.com/christian-fei/Simple-Jekyll-Search.git"
},
"author": "",
"license": "ISC",
"author": "Christian Fei",
"license": "MIT",
"bugs": {
"url": "https://github.com/christian-fei/Simple-Jekyll-Search/issues"
},
"homepage": "https://github.com/christian-fei/Simple-Jekyll-Search",
"dependencies": {
"devDependencies": {
"gulp": "^3.8.9",
"gulp-browserify": "^0.5.0",
"gulp-concat": "^2.4.1",
Expand Down

0 comments on commit 604466e

Please sign in to comment.