Skip to content

Commit

Permalink
sdk: bump to version 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tbillington committed Sep 20, 2017
1 parent 85de114 commit b31e768
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/aggregate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"react": "15.6.1",
"react-dom": "15.6.1",
"sajari-react": "1.3.5"
"sajari-react": "1.3.6"
},
"devDependencies": {
"react-scripts": "1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/autocomplete-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"react": "15.6.1",
"react-dom": "15.6.1",
"sajari-react": "1.3.5"
"sajari-react": "1.3.6"
},
"devDependencies": {
"react-scripts": "1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/autocomplete-suggest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"react": "15.6.1",
"react-dom": "15.6.1",
"sajari-react": "1.3.5"
"sajari-react": "1.3.6"
},
"devDependencies": {
"react-scripts": "1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-result-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"react": "15.6.1",
"react-dom": "15.6.1",
"sajari-react": "1.3.5"
"sajari-react": "1.3.6"
},
"devDependencies": {
"react-scripts": "1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/radio-checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"react": "15.6.1",
"react-dom": "15.6.1",
"sajari-react": "1.3.5"
"sajari-react": "1.3.6"
},
"devDependencies": {
"react-scripts": "1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"react": "15.6.1",
"react-dom": "15.6.1",
"sajari-react": "1.3.5"
"sajari-react": "1.3.6"
},
"devDependencies": {
"react-scripts": "1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/standard-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"react": "15.6.1",
"react-dom": "15.6.1",
"sajari-react": "1.3.5"
"sajari-react": "1.3.6"
},
"devDependencies": {
"react-scripts": "1.0.10"
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sajari-react",
"description": "React SDK for the Sajari API",
"version": "1.3.5",
"version": "1.3.6",
"author": [
{
"name": "Trent Billington",
Expand Down Expand Up @@ -68,11 +68,13 @@
},
"scripts": {
"build": "npm run build:babel && npm run build:copy-files",
"build:babel": "babel ./src/ --out-dir ./build --ignore '*.test.js' --copy-files",
"build:babel":
"babel ./src/ --out-dir ./build --ignore '*.test.js' --copy-files",
"build:copy-files": "babel-node ./scripts/copy-files.js",
"lint": "eslint src/*",
"clean:build": "rimraf build/*",
"build:watch": "npm run clean:build && npm run build:copy-files && npm run build:babel -- --watch",
"build:watch":
"npm run clean:build && npm run build:copy-files && npm run build:babel -- --watch",
"prebuild": "eslint src/* && jest && npm run clean:build",
"test": "jest"
}
Expand Down

0 comments on commit b31e768

Please sign in to comment.