Skip to content

Commit

Permalink
update react app to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarmichael21 committed Sep 19, 2018
1 parent f38c2e2 commit a13be7d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
1 change: 0 additions & 1 deletion js/main.1d29fb1c.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions js/main.1d29fb1c.js → js/main.4bd23ad2.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/main.4bd23ad2.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@palantirnet/search_api_federated_solr",
"version": "1.0.3",
"version": "1.0.4",
"main": "",
"repository": "[email protected]:palantirnet/search_api_federated_solr.git",
"license": "MIT",
"dependencies": {
"@palantirnet/federated-search-react": "git+ssh://[email protected]:palantirnet/federated-search-react.git#v1.0.3"
"@palantirnet/federated-search-react": "git+ssh://[email protected]:palantirnet/federated-search-react.git#v1.0.4"
},
"scripts": {
"copyAssets": "cp -r ./node_modules/@palantirnet/federated-search-react/css ./node_modules/@palantirnet/federated-search-react/js ./node_modules/@palantirnet/federated-search-react/media .",
Expand Down
2 changes: 1 addition & 1 deletion search_api_federated_solr.module
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ function search_api_federated_solr_library() {
'title' => 'Federated Search App',
'version' => variable_get('css_js_query_string', '0'),
'js' => array(
drupal_get_path('module', 'search_api_federated_solr') . '/js/main.1d29fb1c.js' => array(
drupal_get_path('module', 'search_api_federated_solr') . '/js/main.4bd23ad2.js' => array(
'scope' => 'footer',
),
),
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# yarn lockfile v1


"@palantirnet/federated-search-react@git+ssh://[email protected]:palantirnet/federated-search-react.git#v1.0.3":
version "1.0.3"
resolved "git+ssh://[email protected]:palantirnet/federated-search-react.git#537479ea42243cd0d7b67f0150d2a18e23ad8fee"
"@palantirnet/federated-search-react@git+ssh://[email protected]:palantirnet/federated-search-react.git#v1.0.4":
version "1.0.4"
resolved "git+ssh://[email protected]:palantirnet/federated-search-react.git#d053ff02da5b7179b6980eafe8bdf8ccd37470b8"

0 comments on commit a13be7d

Please sign in to comment.