You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/08/02 17:11:55 UTC

[airavata-django-portal] 01/03: Depending on babel-runtime

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit 81d9faf2727c976b87faace9423ed24736067ac7
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Tue Jul 24 15:53:49 2018 -0400

    Depending on babel-runtime
---
 django_airavata/apps/api/package-lock.json | 7 ++-----
 django_airavata/apps/api/package.json      | 3 ++-
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/django_airavata/apps/api/package-lock.json b/django_airavata/apps/api/package-lock.json
index 9b848a6..3d190b9 100644
--- a/django_airavata/apps/api/package-lock.json
+++ b/django_airavata/apps/api/package-lock.json
@@ -668,7 +668,6 @@
       "version": "6.26.0",
       "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
       "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
-      "dev": true,
       "requires": {
         "core-js": "^2.4.0",
         "regenerator-runtime": "^0.11.0"
@@ -825,8 +824,7 @@
     "core-js": {
       "version": "2.5.7",
       "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.7.tgz",
-      "integrity": "sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==",
-      "dev": true
+      "integrity": "sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw=="
     },
     "core-util-is": {
       "version": "1.0.2",
@@ -1956,8 +1954,7 @@
     "regenerator-runtime": {
       "version": "0.11.1",
       "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
-      "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==",
-      "dev": true
+      "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg=="
     },
     "regenerator-transform": {
       "version": "0.10.1",
diff --git a/django_airavata/apps/api/package.json b/django_airavata/apps/api/package.json
index 4569d7d..6c97677 100644
--- a/django_airavata/apps/api/package.json
+++ b/django_airavata/apps/api/package.json
@@ -1,7 +1,7 @@
 {
   "name": "django-airavata-api",
   "description": "Model and service classes for using the Django Airavata REST API",
-  "version": "1.0.0-beta.1",
+  "version": "1.0.0-beta.2",
   "author": "Marcus Christie <ma...@apache.org>",
   "private": false,
   "main": "./static/django_airavata_api/dist/index.js",
@@ -12,6 +12,7 @@
     "watch": "babel static/django_airavata_api/js --watch -d static/django_airavata_api/dist"
   },
   "dependencies": {
+    "babel-runtime": "^6.26.0",
     "url-parse": "^1.2.0"
   },
   "devDependencies": {