Skip to content

Commit

Permalink
Automatically created by Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI authored and Travis CI committed Nov 20, 2017
1 parent 4fe7e0b commit 36ce872
Showing 1 changed file with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "coveo-search-ui",
"version": "2.0.3",
"version": "2.3679.0",
"description": "Coveo JavaScript Search Framework",
"main": "./bin/js/CoveoJsSearch.js",
"types": "./bin/ts/CoveoJsSearch.d.ts",
Expand All @@ -20,7 +20,10 @@
"uploadCoverage": "gulp uploadCoverage"
},
"lint-staged": {
"*.{js,ts,json,scss}": ["prettier --write", "git add"]
"*.{js,ts,json,scss}": [
"prettier --write",
"git add"
]
},
"prettier": {
"printWidth": 140,
Expand All @@ -30,13 +33,34 @@
"type": "git",
"url": "git+https://github.com/coveo/search-ui.git"
},
"keywords": ["coveo", "search", "ui", "framework", "js", "typescript", "jssearch", "jsui"],
"keywords": [
"coveo",
"search",
"ui",
"framework",
"js",
"typescript",
"jssearch",
"jsui"
],
"author": "Coveo <sandbox_JSUI@coveo.com> (http://source.coveo.com/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/coveo/search-ui/issues"
},
"files": ["bin", "pages", "gulpTasks", "docgen", "images", "templates", "strings", "filetypes", "lib", "src", "typings"],
"files": [
"bin",
"pages",
"gulpTasks",
"docgen",
"images",
"templates",
"strings",
"filetypes",
"lib",
"src",
"typings"
],
"homepage": "https://github.com/coveo/search-ui#readme",
"engines": {
"node": "6.10.0"
Expand Down Expand Up @@ -136,4 +160,4 @@
"pikaday": "^1.4.0",
"underscore": "^1.8.3"
}
}
}

0 comments on commit 36ce872

Please sign in to comment.