diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..ca8fe92 --- /dev/null +++ b/.npmignore @@ -0,0 +1,12 @@ + node_modules +bower_components +test +_includes +_layouts +_posts +_sass +_site +about.md +css +_config.yml +index.html diff --git a/package.json b/package.json index 3d3ba01..7c189d6 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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",