瀏覽代碼

Allow for compatible patches

Steven Silvester 7 年之前
父節點
當前提交
2aa4cd69b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/services/examples/browser-require/index.html

+ 1 - 1
packages/services/examples/browser-require/index.html

@@ -29,7 +29,7 @@
     require.config({
         paths: {
           'jquery': 'https://code.jquery.com/jquery-2.2.4.min',
-          '@jupyterlab/services': 'https://unpkg.com/@jupyterlab/services@0.48.0/dist/index',
+          '@jupyterlab/services': 'https://unpkg.com/@jupyterlab/services@^0.48/dist/index',
         }
     });
     </script>